Uses of Class
software.amazon.awssdk.services.elasticache.model.NodeUpdateInitiatedBy
-
Packages that use NodeUpdateInitiatedBy Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of NodeUpdateInitiatedBy in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return NodeUpdateInitiatedBy Modifier and Type Method Description static NodeUpdateInitiatedByNodeUpdateInitiatedBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeUpdateInitiatedByCacheNodeUpdateStatus. nodeUpdateInitiatedBy()Reflects whether the update was initiated by the customer or automatically appliedNodeUpdateInitiatedByNodeGroupMemberUpdateStatus. nodeUpdateInitiatedBy()Reflects whether the update was initiated by the customer or automatically appliedstatic NodeUpdateInitiatedByNodeUpdateInitiatedBy. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeUpdateInitiatedBy[]NodeUpdateInitiatedBy. 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 NodeUpdateInitiatedBy Modifier and Type Method Description static Set<NodeUpdateInitiatedBy>NodeUpdateInitiatedBy. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type NodeUpdateInitiatedBy Modifier and Type Method Description CacheNodeUpdateStatus.BuilderCacheNodeUpdateStatus.Builder. nodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy)Reflects whether the update was initiated by the customer or automatically appliedNodeGroupMemberUpdateStatus.BuilderNodeGroupMemberUpdateStatus.Builder. nodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy)Reflects whether the update was initiated by the customer or automatically applied
-