Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
NodeGroupUpdateStatus |
NodeGroupUpdateStatus.clone() |
NodeGroupUpdateStatus |
NodeGroupUpdateStatus.withNodeGroupId(String nodeGroupId)
The ID of the node group
|
NodeGroupUpdateStatus |
NodeGroupUpdateStatus.withNodeGroupMemberUpdateStatus(Collection<NodeGroupMemberUpdateStatus> nodeGroupMemberUpdateStatus)
The status of the service update on the node group member
|
NodeGroupUpdateStatus |
NodeGroupUpdateStatus.withNodeGroupMemberUpdateStatus(NodeGroupMemberUpdateStatus... nodeGroupMemberUpdateStatus)
The status of the service update on the node group member
|
Modifier and Type | Method and Description |
---|---|
List<NodeGroupUpdateStatus> |
UpdateAction.getNodeGroupUpdateStatus()
The status of the service update on the node group
|
Modifier and Type | Method and Description |
---|---|
UpdateAction |
UpdateAction.withNodeGroupUpdateStatus(NodeGroupUpdateStatus... nodeGroupUpdateStatus)
The status of the service update on the node group
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateAction.setNodeGroupUpdateStatus(Collection<NodeGroupUpdateStatus> nodeGroupUpdateStatus)
The status of the service update on the node group
|
UpdateAction |
UpdateAction.withNodeGroupUpdateStatus(Collection<NodeGroupUpdateStatus> nodeGroupUpdateStatus)
The status of the service update on the node group
|
Copyright © 2019. All rights reserved.