Uses of Class
software.amazon.awssdk.services.redshift.model.Cluster
-
Packages that use Cluster Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of Cluster in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return Cluster Modifier and Type Method Description ClusterCreateClusterResponse. cluster()Returns the value of the Cluster property for this object.ClusterDeleteClusterResponse. cluster()Returns the value of the Cluster property for this object.ClusterDisableSnapshotCopyResponse. cluster()Returns the value of the Cluster property for this object.ClusterEnableSnapshotCopyResponse. cluster()Returns the value of the Cluster property for this object.ClusterFailoverPrimaryComputeResponse. cluster()Returns the value of the Cluster property for this object.ClusterModifyClusterDbRevisionResponse. cluster()Returns the value of the Cluster property for this object.ClusterModifyClusterIamRolesResponse. cluster()Returns the value of the Cluster property for this object.ClusterModifyClusterMaintenanceResponse. cluster()Returns the value of the Cluster property for this object.ClusterModifyClusterResponse. cluster()Returns the value of the Cluster property for this object.ClusterModifySnapshotCopyRetentionPeriodResponse. cluster()Returns the value of the Cluster property for this object.ClusterPauseClusterResponse. cluster()Returns the value of the Cluster property for this object.ClusterRebootClusterResponse. cluster()Returns the value of the Cluster property for this object.ClusterResizeClusterResponse. cluster()Returns the value of the Cluster property for this object.ClusterRestoreFromClusterSnapshotResponse. cluster()Returns the value of the Cluster property for this object.ClusterResumeClusterResponse. cluster()Returns the value of the Cluster property for this object.ClusterRotateEncryptionKeyResponse. cluster()Returns the value of the Cluster property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>DescribeClustersResponse. clusters()A list ofClusterobjects, where each object describes one cluster.Methods in software.amazon.awssdk.services.redshift.model with parameters of type Cluster Modifier and Type Method Description CreateClusterResponse.BuilderCreateClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.DeleteClusterResponse.BuilderDeleteClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.DisableSnapshotCopyResponse.BuilderDisableSnapshotCopyResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.EnableSnapshotCopyResponse.BuilderEnableSnapshotCopyResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.FailoverPrimaryComputeResponse.BuilderFailoverPrimaryComputeResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.ModifyClusterDbRevisionResponse.BuilderModifyClusterDbRevisionResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.ModifyClusterIamRolesResponse.BuilderModifyClusterIamRolesResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.ModifyClusterMaintenanceResponse.BuilderModifyClusterMaintenanceResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.ModifyClusterResponse.BuilderModifyClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.ModifySnapshotCopyRetentionPeriodResponse.BuilderModifySnapshotCopyRetentionPeriodResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.PauseClusterResponse.BuilderPauseClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.RebootClusterResponse.BuilderRebootClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.ResizeClusterResponse.BuilderResizeClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.RestoreFromClusterSnapshotResponse.BuilderRestoreFromClusterSnapshotResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.ResumeClusterResponse.BuilderResumeClusterResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.RotateEncryptionKeyResponse.BuilderRotateEncryptionKeyResponse.Builder. cluster(Cluster cluster)Sets the value of the Cluster property for this object.DescribeClustersResponse.BuilderDescribeClustersResponse.Builder. clusters(Cluster... clusters)A list ofClusterobjects, where each object describes one cluster.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Cluster Modifier and Type Method Description DescribeClustersResponse.BuilderDescribeClustersResponse.Builder. clusters(Collection<Cluster> clusters)A list ofClusterobjects, where each object describes one cluster. -
Uses of Cluster in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type Cluster Modifier and Type Method Description SdkIterable<Cluster>DescribeClustersIterable. clusters()Returns an iterable to iterate through the paginatedDescribeClustersResponse.clusters()member.SdkPublisher<Cluster>DescribeClustersPublisher. clusters()Returns a publisher that can be used to get a stream of data.
-