Uses of Class
software.amazon.awssdk.services.opensearch.model.DomainNodesStatus
-
Packages that use DomainNodesStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DomainNodesStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DomainNodesStatus Modifier and Type Method Description List<DomainNodesStatus>DescribeDomainNodesResponse. domainNodesStatusList()Contains nodes information listDomainNodesStatusListwith details about the all nodes on the requested domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DomainNodesStatus Modifier and Type Method Description DescribeDomainNodesResponse.BuilderDescribeDomainNodesResponse.Builder. domainNodesStatusList(DomainNodesStatus... domainNodesStatusList)Contains nodes information listDomainNodesStatusListwith details about the all nodes on the requested domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type DomainNodesStatus Modifier and Type Method Description DescribeDomainNodesResponse.BuilderDescribeDomainNodesResponse.Builder. domainNodesStatusList(Collection<DomainNodesStatus> domainNodesStatusList)Contains nodes information listDomainNodesStatusListwith details about the all nodes on the requested domain.
-