Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.clone() |
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withCacheClusterId(String cacheClusterId)
The cache cluster ID
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withCacheNodeId(String cacheNodeId)
The node ID of the cache cluster
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeDeletionDate(Date nodeDeletionDate)
The deletion date of the node
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeUpdateEndDate(Date nodeUpdateEndDate)
The end date of the update for a node
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeUpdateInitiatedBy(String nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeUpdateInitiatedDate(Date nodeUpdateInitiatedDate)
The date when the update is triggered
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeUpdateStartDate(Date nodeUpdateStartDate)
The start date of the update for a node
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
|
NodeGroupMemberUpdateStatus |
NodeGroupMemberUpdateStatus.withNodeUpdateStatusModifiedDate(Date nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified
|
Modifier and Type | Method and Description |
---|---|
List<NodeGroupMemberUpdateStatus> |
NodeGroupUpdateStatus.getNodeGroupMemberUpdateStatus()
The status of the service update on the node group member
|
Modifier and Type | Method and Description |
---|---|
NodeGroupUpdateStatus |
NodeGroupUpdateStatus.withNodeGroupMemberUpdateStatus(NodeGroupMemberUpdateStatus... nodeGroupMemberUpdateStatus)
The status of the service update on the node group member
|
Modifier and Type | Method and Description |
---|---|
void |
NodeGroupUpdateStatus.setNodeGroupMemberUpdateStatus(Collection<NodeGroupMemberUpdateStatus> nodeGroupMemberUpdateStatus)
The status of the service update on the node group member
|
NodeGroupUpdateStatus |
NodeGroupUpdateStatus.withNodeGroupMemberUpdateStatus(Collection<NodeGroupMemberUpdateStatus> nodeGroupMemberUpdateStatus)
The status of the service update on the node group member
|
Copyright © 2019. All rights reserved.