Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterAssociatedToSchedule
-
Packages that use ClusterAssociatedToSchedule Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterAssociatedToSchedule in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterAssociatedToSchedule Modifier and Type Method Description List<ClusterAssociatedToSchedule>CreateSnapshotScheduleResponse. associatedClusters()A list of clusters associated with the schedule.List<ClusterAssociatedToSchedule>ModifySnapshotScheduleResponse. associatedClusters()A list of clusters associated with the schedule.List<ClusterAssociatedToSchedule>SnapshotSchedule. associatedClusters()A list of clusters associated with the schedule.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterAssociatedToSchedule Modifier and Type Method Description CreateSnapshotScheduleResponse.BuilderCreateSnapshotScheduleResponse.Builder. associatedClusters(ClusterAssociatedToSchedule... associatedClusters)A list of clusters associated with the schedule.ModifySnapshotScheduleResponse.BuilderModifySnapshotScheduleResponse.Builder. associatedClusters(ClusterAssociatedToSchedule... associatedClusters)A list of clusters associated with the schedule.SnapshotSchedule.BuilderSnapshotSchedule.Builder. associatedClusters(ClusterAssociatedToSchedule... associatedClusters)A list of clusters associated with the schedule.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterAssociatedToSchedule Modifier and Type Method Description CreateSnapshotScheduleResponse.BuilderCreateSnapshotScheduleResponse.Builder. associatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)A list of clusters associated with the schedule.ModifySnapshotScheduleResponse.BuilderModifySnapshotScheduleResponse.Builder. associatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)A list of clusters associated with the schedule.SnapshotSchedule.BuilderSnapshotSchedule.Builder. associatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)A list of clusters associated with the schedule.
-