Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClusterParameterStatus> |
ClusterParameterGroupStatus.clusterParameterStatusList
The list of parameter statuses.
|
Modifier and Type | Method and Description |
---|---|
ClusterParameterStatus |
ClusterParameterStatus.clone() |
ClusterParameterStatus |
ClusterParameterStatus.withParameterApplyErrorDescription(java.lang.String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the
database.
|
ClusterParameterStatus |
ClusterParameterStatus.withParameterApplyStatus(java.lang.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(java.lang.String parameterName)
The name of the parameter.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus |
ClusterParameterGroupStatus.withClusterParameterStatusList(java.util.Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
Modifier and Type | Method and Description |
---|---|
ClusterParameterStatus |
ClusterParameterStatusStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |