Uses of Class
software.amazon.awssdk.services.redshift.model.ModifyClusterSnapshotScheduleResponse
-
Packages that use ModifyClusterSnapshotScheduleResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ModifyClusterSnapshotScheduleResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ModifyClusterSnapshotScheduleResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ModifyClusterSnapshotScheduleResponse Modifier and Type Method Description default CompletableFuture<ModifyClusterSnapshotScheduleResponse>RedshiftAsyncClient. modifyClusterSnapshotSchedule(Consumer<ModifyClusterSnapshotScheduleRequest.Builder> modifyClusterSnapshotScheduleRequest)Modifies a snapshot schedule for a cluster.default CompletableFuture<ModifyClusterSnapshotScheduleResponse>RedshiftAsyncClient. modifyClusterSnapshotSchedule(ModifyClusterSnapshotScheduleRequest modifyClusterSnapshotScheduleRequest)Modifies a snapshot schedule for a cluster.
-