Uses of Class
software.amazon.awssdk.services.opensearch.model.NodeType
-
Packages that use NodeType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of NodeType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return NodeType Modifier and Type Method Description static NodeTypeNodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeTypeDomainNodesStatus. nodeType()Indicates whether the nodes is a data, master, or UltraWarm node.static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. 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 NodeType Modifier and Type Method Description static Set<NodeType>NodeType. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type NodeType Modifier and Type Method Description DomainNodesStatus.BuilderDomainNodesStatus.Builder. nodeType(NodeType nodeType)Indicates whether the nodes is a data, master, or UltraWarm node.
-