| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
EnableSnapshotCopyResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
ModifyClusterIamRolesResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
RotateEncryptionKeyResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
ModifyClusterDbRevisionResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
ModifyClusterMaintenanceResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
DeleteClusterResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
RebootClusterResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
ModifyClusterResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
RestoreFromClusterSnapshotResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
ResizeClusterResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
DisableSnapshotCopyResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
PauseClusterResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
ModifySnapshotCopyRetentionPeriodResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
CreateClusterResponse.cluster()
Returns the value of the Cluster property for this object.
|
Cluster |
ResumeClusterResponse.cluster()
Returns the value of the Cluster property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
DescribeClustersResponse.clusters()
A list of
Cluster objects, where each object describes one cluster. |
| Modifier and Type | Method and Description |
|---|---|
EnableSnapshotCopyResponse.Builder |
EnableSnapshotCopyResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
ModifyClusterIamRolesResponse.Builder |
ModifyClusterIamRolesResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
RotateEncryptionKeyResponse.Builder |
RotateEncryptionKeyResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
ModifyClusterDbRevisionResponse.Builder |
ModifyClusterDbRevisionResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
ModifyClusterMaintenanceResponse.Builder |
ModifyClusterMaintenanceResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
DeleteClusterResponse.Builder |
DeleteClusterResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
RebootClusterResponse.Builder |
RebootClusterResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
ModifyClusterResponse.Builder |
ModifyClusterResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
RestoreFromClusterSnapshotResponse.Builder |
RestoreFromClusterSnapshotResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
ResizeClusterResponse.Builder |
ResizeClusterResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
DisableSnapshotCopyResponse.Builder |
DisableSnapshotCopyResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
PauseClusterResponse.Builder |
PauseClusterResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
ModifySnapshotCopyRetentionPeriodResponse.Builder |
ModifySnapshotCopyRetentionPeriodResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
ResumeClusterResponse.Builder |
ResumeClusterResponse.Builder.cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
DescribeClustersResponse.Builder |
DescribeClustersResponse.Builder.clusters(Cluster... clusters)
A list of
Cluster objects, where each object describes one cluster. |
| Modifier and Type | Method and Description |
|---|---|
DescribeClustersResponse.Builder |
DescribeClustersResponse.Builder.clusters(Collection<Cluster> clusters)
A list of
Cluster objects, where each object describes one cluster. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Cluster> |
DescribeClustersPublisher.clusters()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Cluster> |
DescribeClustersIterable.clusters()
Returns an iterable to iterate through the paginated
DescribeClustersResponse.clusters() member. |
Copyright © 2023. All rights reserved.