Uses of Class
software.amazon.awssdk.services.opensearch.model.DomainInfo
-
Packages that use DomainInfo Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DomainInfo in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DomainInfo Modifier and Type Method Description List<DomainInfo>ListDomainNamesResponse. domainNames()The names of all OpenSearch Service domains owned by the current user and their respective engine types.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DomainInfo Modifier and Type Method Description ListDomainNamesResponse.BuilderListDomainNamesResponse.Builder. domainNames(DomainInfo... domainNames)The names of all OpenSearch Service domains owned by the current user and their respective engine types.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type DomainInfo Modifier and Type Method Description ListDomainNamesResponse.BuilderListDomainNamesResponse.Builder. domainNames(Collection<DomainInfo> domainNames)The names of all OpenSearch Service domains owned by the current user and their respective engine types.
-