Uses of Class
software.amazon.awssdk.services.opensearch.model.NodeStatus
-
Packages that use NodeStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of NodeStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return NodeStatus Modifier and Type Method Description static NodeStatusNodeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeStatusDomainNodesStatus. nodeStatus()Indicates if the node is active or in standby.static NodeStatusNodeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeStatus[]NodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type NodeStatus Modifier and Type Method Description static Set<NodeStatus>NodeStatus. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type NodeStatus Modifier and Type Method Description DomainNodesStatus.BuilderDomainNodesStatus.Builder. nodeStatus(NodeStatus nodeStatus)Indicates if the node is active or in standby.
-