Uses of Class
software.amazon.awssdk.services.redshift.model.InvalidClusterSnapshotScheduleStateException
-
Packages that use InvalidClusterSnapshotScheduleStateException Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of InvalidClusterSnapshotScheduleStateException in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that throw InvalidClusterSnapshotScheduleStateException Modifier and Type Method Description default DeleteSnapshotScheduleResponseRedshiftClient. deleteSnapshotSchedule(Consumer<DeleteSnapshotScheduleRequest.Builder> deleteSnapshotScheduleRequest)Deletes a snapshot schedule.default DeleteSnapshotScheduleResponseRedshiftClient. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)Deletes a snapshot schedule.default ModifyClusterSnapshotScheduleResponseRedshiftClient. modifyClusterSnapshotSchedule(Consumer<ModifyClusterSnapshotScheduleRequest.Builder> modifyClusterSnapshotScheduleRequest)Modifies a snapshot schedule for a cluster.default ModifyClusterSnapshotScheduleResponseRedshiftClient. modifyClusterSnapshotSchedule(ModifyClusterSnapshotScheduleRequest modifyClusterSnapshotScheduleRequest)Modifies a snapshot schedule for a cluster.
-