Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ClusterParameterStatus> |
ClusterParameterGroupStatus.getClusterParameterStatusList()
The list of parameter statuses.
|
Modifier and Type | Method and Description |
---|---|
ClusterParameterGroupStatus |
ClusterParameterGroupStatus.withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
The list of parameter statuses.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterParameterGroupStatus.setClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus |
ClusterParameterGroupStatus.withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
Copyright © 2024. All rights reserved.