Uses of Class
software.amazon.awssdk.services.opensearch.model.NodeOption
-
Packages that use NodeOption Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of NodeOption in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type NodeOption Modifier and Type Method Description List<NodeOption>ClusterConfig. nodeOptions()List of node options for the domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type NodeOption Modifier and Type Method Description ClusterConfig.BuilderClusterConfig.Builder. nodeOptions(NodeOption... nodeOptions)List of node options for the domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type NodeOption Modifier and Type Method Description ClusterConfig.BuilderClusterConfig.Builder. nodeOptions(Collection<NodeOption> nodeOptions)List of node options for the domain.
-