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 ClusterParameterStatus
ClusterParameterStatus. clone()
ClusterParameterStatus
ClusterParameterStatus. withParameterApplyErrorDescription(String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the database.ClusterParameterStatus
ClusterParameterStatus. 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.ClusterParameterStatus
ClusterParameterStatus. 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 ClusterParameterGroupStatus
ClusterParameterGroupStatus. 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 void
ClusterParameterGroupStatus. setClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.ClusterParameterGroupStatus
ClusterParameterGroupStatus. withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
-