Uses of Class
software.amazon.awssdk.services.redshift.model.ModifySnapshotScheduleResponse
-
Packages that use ModifySnapshotScheduleResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ModifySnapshotScheduleResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ModifySnapshotScheduleResponse Modifier and Type Method Description default ModifySnapshotScheduleResponseRedshiftClient. modifySnapshotSchedule(Consumer<ModifySnapshotScheduleRequest.Builder> modifySnapshotScheduleRequest)Modifies a snapshot schedule.default ModifySnapshotScheduleResponseRedshiftClient. modifySnapshotSchedule(ModifySnapshotScheduleRequest modifySnapshotScheduleRequest)Modifies a snapshot schedule.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ModifySnapshotScheduleResponse Modifier and Type Method Description default CompletableFuture<ModifySnapshotScheduleResponse>RedshiftAsyncClient. modifySnapshotSchedule(Consumer<ModifySnapshotScheduleRequest.Builder> modifySnapshotScheduleRequest)Modifies a snapshot schedule.default CompletableFuture<ModifySnapshotScheduleResponse>RedshiftAsyncClient. modifySnapshotSchedule(ModifySnapshotScheduleRequest modifySnapshotScheduleRequest)Modifies a snapshot schedule.
-