Uses of Class
com.amazonaws.services.redshift.model.ClusterParameterStatus
-
Packages that use ClusterParameterStatus Package Description com.amazonaws.services.redshift.model -
-
Uses of ClusterParameterStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterParameterStatus Modifier and Type Method Description ClusterParameterStatusClusterParameterStatus. clone()ClusterParameterStatusClusterParameterStatus. withParameterApplyErrorDescription(String parameterApplyErrorDescription)The error that prevented the parameter from being applied to the database.ClusterParameterStatusClusterParameterStatus. withParameterApplyStatus(String parameterApplyStatus)The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.ClusterParameterStatusClusterParameterStatus. withParameterName(String parameterName)The name of the parameter.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterParameterStatus Modifier and Type Method Description List<ClusterParameterStatus>ClusterParameterGroupStatus. getClusterParameterStatusList()The list of parameter statuses.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterParameterStatus Modifier and Type Method Description ClusterParameterGroupStatusClusterParameterGroupStatus. withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)The list of parameter statuses.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterParameterStatus Modifier and Type Method Description voidClusterParameterGroupStatus. setClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)The list of parameter statuses.ClusterParameterGroupStatusClusterParameterGroupStatus. withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)The list of parameter statuses.
-