Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteSnapshotScheduleResponse
-
Packages that use DeleteSnapshotScheduleResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DeleteSnapshotScheduleResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DeleteSnapshotScheduleResponse 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.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DeleteSnapshotScheduleResponse Modifier and Type Method Description default CompletableFuture<DeleteSnapshotScheduleResponse>RedshiftAsyncClient. deleteSnapshotSchedule(Consumer<DeleteSnapshotScheduleRequest.Builder> deleteSnapshotScheduleRequest)Deletes a snapshot schedule.default CompletableFuture<DeleteSnapshotScheduleResponse>RedshiftAsyncClient. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)Deletes a snapshot schedule.
-