| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterAssociatedToSchedule> |
ModifySnapshotScheduleResponse.associatedClusters()
A list of clusters associated with the schedule.
|
List<ClusterAssociatedToSchedule> |
SnapshotSchedule.associatedClusters()
A list of clusters associated with the schedule.
|
List<ClusterAssociatedToSchedule> |
CreateSnapshotScheduleResponse.associatedClusters()
A list of clusters associated with the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotScheduleResponse.Builder |
ModifySnapshotScheduleResponse.Builder.associatedClusters(ClusterAssociatedToSchedule... associatedClusters)
A list of clusters associated with the schedule.
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.associatedClusters(ClusterAssociatedToSchedule... associatedClusters)
A list of clusters associated with the schedule.
|
CreateSnapshotScheduleResponse.Builder |
CreateSnapshotScheduleResponse.Builder.associatedClusters(ClusterAssociatedToSchedule... associatedClusters)
A list of clusters associated with the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotScheduleResponse.Builder |
ModifySnapshotScheduleResponse.Builder.associatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)
A list of clusters associated with the schedule.
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.associatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)
A list of clusters associated with the schedule.
|
CreateSnapshotScheduleResponse.Builder |
CreateSnapshotScheduleResponse.Builder.associatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)
A list of clusters associated with the schedule.
|
Copyright © 2022. All rights reserved.