Uses of Class
software.amazon.awssdk.services.elasticsearch.model.DomainInfo
-
Packages that use DomainInfo Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of DomainInfo in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type DomainInfo Modifier and Type Method Description List<DomainInfo>ListDomainNamesResponse. domainNames()List of domain names and respective engine types.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type DomainInfo Modifier and Type Method Description ListDomainNamesResponse.BuilderListDomainNamesResponse.Builder. domainNames(DomainInfo... domainNames)List of domain names and respective engine types.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type DomainInfo Modifier and Type Method Description ListDomainNamesResponse.BuilderListDomainNamesResponse.Builder. domainNames(Collection<DomainInfo> domainNames)List of domain names and respective engine types.
-