| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotSchedule |
SnapshotSchedule.clone() |
SnapshotSchedule |
SnapshotSchedule.withAssociatedClusterCount(Integer associatedClusterCount)
The number of clusters associated with the schedule.
|
SnapshotSchedule |
SnapshotSchedule.withAssociatedClusters(ClusterAssociatedToSchedule... associatedClusters)
A list of clusters associated with the schedule.
|
SnapshotSchedule |
SnapshotSchedule.withAssociatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)
A list of clusters associated with the schedule.
|
SnapshotSchedule |
SnapshotSchedule.withNextInvocations(Collection<Date> nextInvocations)
|
SnapshotSchedule |
SnapshotSchedule.withNextInvocations(Date... nextInvocations)
|
SnapshotSchedule |
SnapshotSchedule.withScheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions.
|
SnapshotSchedule |
SnapshotSchedule.withScheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions.
|
SnapshotSchedule |
SnapshotSchedule.withScheduleDescription(String scheduleDescription)
The description of the schedule.
|
SnapshotSchedule |
SnapshotSchedule.withScheduleIdentifier(String scheduleIdentifier)
A unique identifier for the schedule.
|
SnapshotSchedule |
SnapshotSchedule.withTags(Collection<Tag> tags)
An optional set of tags describing the schedule.
|
SnapshotSchedule |
SnapshotSchedule.withTags(Tag... tags)
An optional set of tags describing the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotSchedule> |
DescribeSnapshotSchedulesResult.getSnapshotSchedules()
A list of SnapshotSchedules.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotSchedulesResult |
DescribeSnapshotSchedulesResult.withSnapshotSchedules(SnapshotSchedule... snapshotSchedules)
A list of SnapshotSchedules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotSchedulesResult.setSnapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
|
DescribeSnapshotSchedulesResult |
DescribeSnapshotSchedulesResult.withSnapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
|
Copyright © 2022. All rights reserved.