Uses of Class
com.amazonaws.services.redshift.model.ClusterParameterGroupStatus
Packages that use ClusterParameterGroupStatus
-
Uses of ClusterParameterGroupStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterParameterGroupStatusModifier and TypeMethodDescriptionClusterParameterGroupStatus.clone()
ClusterParameterGroupStatus.withClusterParameterStatusList
(ClusterParameterStatus... clusterParameterStatusList) The list of parameter statuses.ClusterParameterGroupStatus.withClusterParameterStatusList
(Collection<ClusterParameterStatus> clusterParameterStatusList) The list of parameter statuses.ClusterParameterGroupStatus.withParameterApplyStatus
(String parameterApplyStatus) The status of parameter updates.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 ClusterParameterGroupStatusModifier and TypeMethodDescriptionCluster.getClusterParameterGroups()
The list of cluster parameter groups that are associated with this cluster.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterParameterGroupStatusModifier and TypeMethodDescriptionCluster.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 ClusterParameterGroupStatusModifier and TypeMethodDescriptionvoid
Cluster.setClusterParameterGroups
(Collection<ClusterParameterGroupStatus> clusterParameterGroups) The list of cluster parameter groups that are associated with this cluster.Cluster.withClusterParameterGroups
(Collection<ClusterParameterGroupStatus> clusterParameterGroups) The list of cluster parameter groups that are associated with this cluster.