| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterAssociatedToSchedule |
ClusterAssociatedToSchedule.clone() |
ClusterAssociatedToSchedule |
ClusterAssociatedToSchedule.withClusterIdentifier(String clusterIdentifier) |
ClusterAssociatedToSchedule |
ClusterAssociatedToSchedule.withScheduleAssociationState(ScheduleState scheduleAssociationState) |
ClusterAssociatedToSchedule |
ClusterAssociatedToSchedule.withScheduleAssociationState(String scheduleAssociationState) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterAssociatedToSchedule> |
ModifySnapshotScheduleResult.getAssociatedClusters() |
List<ClusterAssociatedToSchedule> |
SnapshotSchedule.getAssociatedClusters() |
List<ClusterAssociatedToSchedule> |
CreateSnapshotScheduleResult.getAssociatedClusters() |
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotScheduleResult |
ModifySnapshotScheduleResult.withAssociatedClusters(ClusterAssociatedToSchedule... associatedClusters)
NOTE: This method appends the values to the existing list (if any).
|
SnapshotSchedule |
SnapshotSchedule.withAssociatedClusters(ClusterAssociatedToSchedule... associatedClusters)
NOTE: This method appends the values to the existing list (if any).
|
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withAssociatedClusters(ClusterAssociatedToSchedule... associatedClusters)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifySnapshotScheduleResult.setAssociatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters) |
void |
SnapshotSchedule.setAssociatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters) |
void |
CreateSnapshotScheduleResult.setAssociatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters) |
ModifySnapshotScheduleResult |
ModifySnapshotScheduleResult.withAssociatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters) |
SnapshotSchedule |
SnapshotSchedule.withAssociatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters) |
CreateSnapshotScheduleResult |
CreateSnapshotScheduleResult.withAssociatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters) |
Copyright © 2019. All rights reserved.