Uses of Class
com.amazonaws.services.redshift.model.ClusterParameterStatus
Packages that use ClusterParameterStatus
-
Uses of ClusterParameterStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterParameterStatusModifier and TypeMethodDescriptionClusterParameterStatus.clone()
ClusterParameterStatus.withParameterApplyErrorDescription
(String parameterApplyErrorDescription) The error that prevented the parameter from being applied to the database.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.withParameterName
(String parameterName) The name of the parameter.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterParameterStatusModifier and TypeMethodDescriptionClusterParameterGroupStatus.getClusterParameterStatusList()
The list of parameter statuses.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterParameterStatusModifier and TypeMethodDescriptionClusterParameterGroupStatus.withClusterParameterStatusList
(ClusterParameterStatus... clusterParameterStatusList) The list of parameter statuses.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterParameterStatusModifier and TypeMethodDescriptionvoid
ClusterParameterGroupStatus.setClusterParameterStatusList
(Collection<ClusterParameterStatus> clusterParameterStatusList) The list of parameter statuses.ClusterParameterGroupStatus.withClusterParameterStatusList
(Collection<ClusterParameterStatus> clusterParameterStatusList) The list of parameter statuses.