| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroupStatus |
ParameterGroupStatus.clone() |
ParameterGroupStatus |
Cluster.getParameterGroup()
The parameter group being used by nodes in the cluster.
|
ParameterGroupStatus |
ParameterGroupStatus.withNodeIdsToReboot(Collection<String> nodeIdsToReboot)
The node IDs of one or more nodes to be rebooted.
|
ParameterGroupStatus |
ParameterGroupStatus.withNodeIdsToReboot(String... nodeIdsToReboot)
The node IDs of one or more nodes to be rebooted.
|
ParameterGroupStatus |
ParameterGroupStatus.withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
ParameterGroupStatus |
ParameterGroupStatus.withParameterGroupName(String parameterGroupName)
The name of the parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setParameterGroup(ParameterGroupStatus parameterGroup)
The parameter group being used by nodes in the cluster.
|
Cluster |
Cluster.withParameterGroup(ParameterGroupStatus parameterGroup)
The parameter group being used by nodes in the cluster.
|
Copyright © 2018. All rights reserved.