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 NodeUpdateStatusNodeUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeUpdateStatusCacheNodeUpdateStatus. nodeUpdateStatus()The update status of the nodeNodeUpdateStatusNodeGroupMemberUpdateStatus. nodeUpdateStatus()The update status of the nodestatic NodeUpdateStatusNodeUpdateStatus. 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.BuilderCacheNodeUpdateStatus.Builder. nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)The update status of the nodeNodeGroupMemberUpdateStatus.BuilderNodeGroupMemberUpdateStatus.Builder. nodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)The update status of the node
-