| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotScheduleResult |
AmazonRedshift.createSnapshotSchedule(CreateSnapshotScheduleRequest createSnapshotScheduleRequest)
Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup
schedule.
|
CreateSnapshotScheduleResult |
AbstractAmazonRedshift.createSnapshotSchedule(CreateSnapshotScheduleRequest request) |
CreateSnapshotScheduleResult |
AmazonRedshiftClient.createSnapshotSchedule(CreateSnapshotScheduleRequest request)
Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup
schedule.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<CreateSnapshotScheduleResult> |
AbstractAmazonRedshiftAsync.createSnapshotScheduleAsync(CreateSnapshotScheduleRequest request,
AsyncHandler<CreateSnapshotScheduleRequest,CreateSnapshotScheduleResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.clone() |
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withAssociatedClusterCount(Integer associatedClusterCount)
The number of clusters associated with the schedule.
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withAssociatedClusters(ClusterAssociatedToSchedule... associatedClusters)
A list of clusters associated with the schedule.
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withAssociatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)
A list of clusters associated with the schedule.
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withNextInvocations(Collection<Date> nextInvocations)
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withNextInvocations(Date... nextInvocations)
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withScheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions.
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withScheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions.
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withScheduleDescription(String scheduleDescription)
The description of the schedule.
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withScheduleIdentifier(String scheduleIdentifier)
A unique identifier for the schedule.
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withTags(Collection<Tag> tags)
An optional set of tags describing the schedule.
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withTags(Tag... tags)
An optional set of tags describing the schedule.
|
Copyright © 2020. All rights reserved.