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 ClusterParameterGroupStatusClusterParameterGroupStatus. clone()ClusterParameterGroupStatusClusterParameterGroupStatus. withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)The list of parameter statuses.ClusterParameterGroupStatusClusterParameterGroupStatus. withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)The list of parameter statuses.ClusterParameterGroupStatusClusterParameterGroupStatus. withParameterApplyStatus(String parameterApplyStatus)The status of parameter updates.ClusterParameterGroupStatusClusterParameterGroupStatus. 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 ClusterCluster. 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 voidCluster. setClusterParameterGroups(Collection<ClusterParameterGroupStatus> clusterParameterGroups)The list of cluster parameter groups that are associated with this cluster.ClusterCluster. withClusterParameterGroups(Collection<ClusterParameterGroupStatus> clusterParameterGroups)The list of cluster parameter groups that are associated with this cluster.
-