Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateSnapshotScheduleResult> |
AbstractAmazonRedshiftAsync.createSnapshotScheduleAsync(CreateSnapshotScheduleRequest request,
AsyncHandler<CreateSnapshotScheduleRequest,CreateSnapshotScheduleResult> asyncHandler) |
Future<CreateSnapshotScheduleResult> |
AmazonRedshiftAsync.createSnapshotScheduleAsync(CreateSnapshotScheduleRequest createSnapshotScheduleRequest,
AsyncHandler<CreateSnapshotScheduleRequest,CreateSnapshotScheduleResult> asyncHandler)
Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup
schedule.
|
Future<CreateSnapshotScheduleResult> |
AmazonRedshiftAsyncClient.createSnapshotScheduleAsync(CreateSnapshotScheduleRequest request,
AsyncHandler<CreateSnapshotScheduleRequest,CreateSnapshotScheduleResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.clone() |
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.withDryRun(Boolean dryRun)
|
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.withNextInvocations(Integer nextInvocations)
|
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.withScheduleDefinitions(Collection<String> scheduleDefinitions)
The definition of the snapshot schedule.
|
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.withScheduleDefinitions(String... scheduleDefinitions)
The definition of the snapshot schedule.
|
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.withScheduleDescription(String scheduleDescription)
The description of the snapshot schedule.
|
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.withScheduleIdentifier(String scheduleIdentifier)
A unique identifier for a snapshot schedule.
|
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.withTags(Collection<Tag> tags)
An optional set of tags you can use to search for the schedule.
|
CreateSnapshotScheduleRequest |
CreateSnapshotScheduleRequest.withTags(Tag... tags)
An optional set of tags you can use to search for the schedule.
|
Copyright © 2023. All rights reserved.