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 ClusterVersionClusterVersion. clone()ClusterVersionClusterVersion. withClusterParameterGroupFamily(String clusterParameterGroupFamily)The name of the cluster parameter group family for the cluster.ClusterVersionClusterVersion. withClusterVersion(String clusterVersion)The version number used by the cluster.ClusterVersionClusterVersion. 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 ofVersionelements.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterVersion Modifier and Type Method Description DescribeClusterVersionsResultDescribeClusterVersionsResult. withClusterVersions(ClusterVersion... clusterVersions)A list ofVersionelements.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterVersion Modifier and Type Method Description voidDescribeClusterVersionsResult. setClusterVersions(Collection<ClusterVersion> clusterVersions)A list ofVersionelements.DescribeClusterVersionsResultDescribeClusterVersionsResult. withClusterVersions(Collection<ClusterVersion> clusterVersions)A list ofVersionelements.
-