Uses of Class
software.amazon.awssdk.services.redshift.model.CreateSnapshotScheduleResponse
-
Packages that use CreateSnapshotScheduleResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateSnapshotScheduleResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateSnapshotScheduleResponse Modifier and Type Method Description default CreateSnapshotScheduleResponseRedshiftClient. createSnapshotSchedule(Consumer<CreateSnapshotScheduleRequest.Builder> createSnapshotScheduleRequest)Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule.default CreateSnapshotScheduleResponseRedshiftClient. createSnapshotSchedule(CreateSnapshotScheduleRequest createSnapshotScheduleRequest)Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateSnapshotScheduleResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotScheduleResponse>RedshiftAsyncClient. createSnapshotSchedule(Consumer<CreateSnapshotScheduleRequest.Builder> createSnapshotScheduleRequest)Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule.default CompletableFuture<CreateSnapshotScheduleResponse>RedshiftAsyncClient. createSnapshotSchedule(CreateSnapshotScheduleRequest createSnapshotScheduleRequest)Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule.
-