Uses of Class
software.amazon.awssdk.services.opensearch.model.ListDomainNamesResponse
-
Packages that use ListDomainNamesResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of ListDomainNamesResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return ListDomainNamesResponse Modifier and Type Method Description default ListDomainNamesResponseOpenSearchClient. listDomainNames(Consumer<ListDomainNamesRequest.Builder> listDomainNamesRequest)Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.default ListDomainNamesResponseOpenSearchClient. listDomainNames(ListDomainNamesRequest listDomainNamesRequest)Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type ListDomainNamesResponse Modifier and Type Method Description default CompletableFuture<ListDomainNamesResponse>OpenSearchAsyncClient. listDomainNames(Consumer<ListDomainNamesRequest.Builder> listDomainNamesRequest)Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.default CompletableFuture<ListDomainNamesResponse>OpenSearchAsyncClient. listDomainNames(ListDomainNamesRequest listDomainNamesRequest)Returns the names of all Amazon OpenSearch Service domains owned by the current user in the active Region.
-