Uses of Class
com.amazonaws.services.redshift.model.ClusterVersion
-
Packages that use ClusterVersion Package Description com.amazonaws.services.redshift.model -
-
Uses of ClusterVersion in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterVersion Modifier and Type Method Description ClusterVersion
ClusterVersion. clone()
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.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterVersion Modifier and Type Method Description List<ClusterVersion>
DescribeClusterVersionsResult. getClusterVersions()
A list ofVersion
elements.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterVersion Modifier and Type Method Description DescribeClusterVersionsResult
DescribeClusterVersionsResult. withClusterVersions(ClusterVersion... clusterVersions)
A list ofVersion
elements.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterVersion Modifier and Type Method Description void
DescribeClusterVersionsResult. setClusterVersions(Collection<ClusterVersion> clusterVersions)
A list ofVersion
elements.DescribeClusterVersionsResult
DescribeClusterVersionsResult. withClusterVersions(Collection<ClusterVersion> clusterVersions)
A list ofVersion
elements.
-