Uses of Class
com.amazonaws.services.redshift.model.ClusterVersion

Packages that use ClusterVersion
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of ClusterVersion in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return ClusterVersion
 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
 List<ClusterVersion> DescribeClusterVersionsResult.getClusterVersions()
          A list of Version elements.
 

Methods in com.amazonaws.services.redshift.model with parameters of type ClusterVersion
 DescribeClusterVersionsResult DescribeClusterVersionsResult.withClusterVersions(ClusterVersion... clusterVersions)
          A list of Version elements.
 

Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterVersion
 void DescribeClusterVersionsResult.setClusterVersions(Collection<ClusterVersion> clusterVersions)
          A list of Version elements.
 DescribeClusterVersionsResult DescribeClusterVersionsResult.withClusterVersions(Collection<ClusterVersion> clusterVersions)
          A list of Version elements.
 



Copyright © 2016. All rights reserved.