Uses of Class
software.amazon.awssdk.services.redshift.model.CreateSnapshotScheduleRequest
-
Packages that use CreateSnapshotScheduleRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CreateSnapshotScheduleRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CreateSnapshotScheduleRequest Modifier and Type Method Description 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.default CreateSnapshotScheduleResponseRedshiftClient. createSnapshotSchedule(CreateSnapshotScheduleRequest createSnapshotScheduleRequest)Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule. -
Uses of CreateSnapshotScheduleRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CreateSnapshotScheduleRequest Modifier and Type Method Description SdkHttpFullRequestCreateSnapshotScheduleRequestMarshaller. marshall(CreateSnapshotScheduleRequest createSnapshotScheduleRequest)
-