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