Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
UpdateAction |
UpdateAction.clone() |
UpdateAction |
UpdateAction.withCacheClusterId(String cacheClusterId)
The ID of the cache cluster
|
UpdateAction |
UpdateAction.withCacheNodeUpdateStatus(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
|
UpdateAction |
UpdateAction.withEngine(String engine)
The Elasticache engine to which the update applies.
|
UpdateAction |
UpdateAction.withEstimatedUpdateTime(String estimatedUpdateTime)
The estimated length of time for the update to complete
|
UpdateAction |
UpdateAction.withNodeGroupUpdateStatus(Collection<NodeGroupUpdateStatus> nodeGroupUpdateStatus)
The status of the service update on the node group
|
UpdateAction |
UpdateAction.withNodeGroupUpdateStatus(NodeGroupUpdateStatus... nodeGroupUpdateStatus)
The status of the service update on the node group
|
UpdateAction |
UpdateAction.withNodesUpdated(String nodesUpdated)
The progress of the service update on the replication group
|
UpdateAction |
UpdateAction.withReplicationGroupId(String replicationGroupId)
The ID of the replication group
|
UpdateAction |
UpdateAction.withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
UpdateAction |
UpdateAction.withServiceUpdateRecommendedApplyByDate(Date serviceUpdateRecommendedApplyByDate)
The recommended date to apply the service update to ensure compliance.
|
UpdateAction |
UpdateAction.withServiceUpdateReleaseDate(Date serviceUpdateReleaseDate)
The date the update is first available
|
UpdateAction |
UpdateAction.withServiceUpdateSeverity(ServiceUpdateSeverity serviceUpdateSeverity)
The severity of the service update
|
UpdateAction |
UpdateAction.withServiceUpdateSeverity(String serviceUpdateSeverity)
The severity of the service update
|
UpdateAction |
UpdateAction.withServiceUpdateStatus(ServiceUpdateStatus serviceUpdateStatus)
The status of the service update
|
UpdateAction |
UpdateAction.withServiceUpdateStatus(String serviceUpdateStatus)
The status of the service update
|
UpdateAction |
UpdateAction.withServiceUpdateType(ServiceUpdateType serviceUpdateType)
Reflects the nature of the service update
|
UpdateAction |
UpdateAction.withServiceUpdateType(String serviceUpdateType)
Reflects the nature of the service update
|
UpdateAction |
UpdateAction.withSlaMet(SlaMet slaMet)
If yes, all nodes in the replication group have been updated by the recommended apply-by date.
|
UpdateAction |
UpdateAction.withSlaMet(String slaMet)
If yes, all nodes in the replication group have been updated by the recommended apply-by date.
|
UpdateAction |
UpdateAction.withUpdateActionAvailableDate(Date updateActionAvailableDate)
The date that the service update is available to a replication group
|
UpdateAction |
UpdateAction.withUpdateActionStatus(String updateActionStatus)
The status of the update action
|
UpdateAction |
UpdateAction.withUpdateActionStatus(UpdateActionStatus updateActionStatus)
The status of the update action
|
UpdateAction |
UpdateAction.withUpdateActionStatusModifiedDate(Date updateActionStatusModifiedDate)
The date when the UpdateActionStatus was last modified
|
Modifier and Type | Method and Description |
---|---|
List<UpdateAction> |
DescribeUpdateActionsResult.getUpdateActions()
Returns a list of update actions
|
Modifier and Type | Method and Description |
---|---|
DescribeUpdateActionsResult |
DescribeUpdateActionsResult.withUpdateActions(UpdateAction... updateActions)
Returns a list of update actions
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeUpdateActionsResult.setUpdateActions(Collection<UpdateAction> updateActions)
Returns a list of update actions
|
DescribeUpdateActionsResult |
DescribeUpdateActionsResult.withUpdateActions(Collection<UpdateAction> updateActions)
Returns a list of update actions
|
Copyright © 2022. All rights reserved.