Uses of Class
software.amazon.awssdk.services.elasticache.model.NodeUpdateStatus
-
Packages that use NodeUpdateStatus Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of NodeUpdateStatus in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return NodeUpdateStatus Modifier and Type Method Description static NodeUpdateStatus
NodeUpdateStatus. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeUpdateStatus
CacheNodeUpdateStatus. nodeUpdateStatus()
The update status of the nodeNodeUpdateStatus
NodeGroupMemberUpdateStatus. nodeUpdateStatus()
The update status of the nodestatic NodeUpdateStatus
NodeUpdateStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeUpdateStatus[]
NodeUpdateStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type NodeUpdateStatus Modifier and Type Method Description static Set<NodeUpdateStatus>
NodeUpdateStatus. knownValues()
Methods in software.amazon.awssdk.services.elasticache.model with parameters of type NodeUpdateStatus Modifier and Type Method Description CacheNodeUpdateStatus.Builder
CacheNodeUpdateStatus.Builder. nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the nodeNodeGroupMemberUpdateStatus.Builder
NodeGroupMemberUpdateStatus.Builder. nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
-