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

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

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

Methods in com.amazonaws.services.redshift.model that return ClusterParameterGroupStatus
 ClusterParameterGroupStatus ClusterParameterGroupStatus.withParameterApplyStatus(String parameterApplyStatus)
          The status of parameter updates.
 ClusterParameterGroupStatus ClusterParameterGroupStatus.withParameterGroupName(String parameterGroupName)
          The name of the cluster parameter group.
 

Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterParameterGroupStatus
 List<ClusterParameterGroupStatus> Cluster.getClusterParameterGroups()
          The list of cluster parameter groups that are associated with this cluster.
 

Methods in com.amazonaws.services.redshift.model with parameters of type ClusterParameterGroupStatus
 Cluster Cluster.withClusterParameterGroups(ClusterParameterGroupStatus... clusterParameterGroups)
          The list of cluster parameter groups that are associated with this cluster.
 

Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterParameterGroupStatus
 void Cluster.setClusterParameterGroups(Collection<ClusterParameterGroupStatus> clusterParameterGroups)
          The list of cluster parameter groups that are associated with this cluster.
 Cluster Cluster.withClusterParameterGroups(Collection<ClusterParameterGroupStatus> clusterParameterGroups)
          The list of cluster parameter groups that are associated with this cluster.
 



Copyright © 2016. All rights reserved.