Uses of Class
com.amazonaws.services.redshift.model.ClusterParameterGroupStatus
-
Packages that use ClusterParameterGroupStatus Package Description com.amazonaws.services.redshift.model -
-
Uses of ClusterParameterGroupStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterParameterGroupStatus Modifier and Type Method Description ClusterParameterGroupStatus
ClusterParameterGroupStatus. clone()
ClusterParameterGroupStatus
ClusterParameterGroupStatus. withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
The list of parameter statuses.ClusterParameterGroupStatus
ClusterParameterGroupStatus. withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-