| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
| com.amazonaws.services.redshift.model.transform |
Marhsalling for the various types represented by AmazonRedshift.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterVersion |
ClusterVersion.withClusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of the cluster parameter group family for the cluster.
|
ClusterVersion |
ClusterVersion.withClusterVersion(String clusterVersion)
The version number used by the cluster.
|
ClusterVersion |
ClusterVersion.withDescription(String description)
The description of the cluster version.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<ClusterVersion> clusterVersions)
A list of
Version elements. |
DescribeClusterVersionsResult |
DescribeClusterVersionsResult.withClusterVersions(Collection<ClusterVersion> clusterVersions)
A list of
Version elements. |
| Modifier and Type | Method and Description |
|---|---|
ClusterVersion |
ClusterVersionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.