Uses of Class
com.amazonaws.services.redshift.model.ClusterVersion
Packages that use ClusterVersion
-
Uses of ClusterVersion in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterVersionModifier and TypeMethodDescriptionClusterVersion.clone()ClusterVersion.withClusterParameterGroupFamily(String clusterParameterGroupFamily) The name of the cluster parameter group family for the cluster.ClusterVersion.withClusterVersion(String clusterVersion) The version number used by the cluster.ClusterVersion.withDescription(String description) The description of the cluster version.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterVersionModifier and TypeMethodDescriptionDescribeClusterVersionsResult.getClusterVersions()A list ofVersionelements.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterVersionModifier and TypeMethodDescriptionDescribeClusterVersionsResult.withClusterVersions(ClusterVersion... clusterVersions) A list ofVersionelements.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterVersionModifier and TypeMethodDescriptionvoidDescribeClusterVersionsResult.setClusterVersions(Collection<ClusterVersion> clusterVersions) A list ofVersionelements.DescribeClusterVersionsResult.withClusterVersions(Collection<ClusterVersion> clusterVersions) A list ofVersionelements.