Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClusterVersion> |
DescribeClusterVersionsResult.clusterVersions
A list of
Version elements. |
Modifier and Type | Method and Description |
---|---|
ClusterVersion |
ClusterVersion.clone() |
ClusterVersion |
ClusterVersion.withClusterParameterGroupFamily(java.lang.String clusterParameterGroupFamily)
The name of the cluster parameter group family for the cluster.
|
ClusterVersion |
ClusterVersion.withClusterVersion(java.lang.String clusterVersion)
The version number used by the cluster.
|
ClusterVersion |
ClusterVersion.withDescription(java.lang.String description)
The description of the cluster version.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClusterVersion> |
DescribeClusterVersionsResult.getClusterVersions()
A list of
Version elements. |
Modifier and Type | Method and Description |
---|---|
DescribeClusterVersionsResult |
DescribeClusterVersionsResult.withClusterVersions(ClusterVersion... clusterVersions)
A list of
Version elements. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeClusterVersionsResult.setClusterVersions(java.util.Collection<ClusterVersion> clusterVersions)
A list of
Version elements. |
DescribeClusterVersionsResult |
DescribeClusterVersionsResult.withClusterVersions(java.util.Collection<ClusterVersion> clusterVersions)
A list of
Version elements. |
Modifier and Type | Method and Description |
---|---|
ClusterVersion |
ClusterVersionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |