Uses of Class
software.amazon.awssdk.services.opensearch.model.DescribeDomainResponse
-
Packages that use DescribeDomainResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of DescribeDomainResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return DescribeDomainResponse Modifier and Type Method Description default DescribeDomainResponseOpenSearchClient. describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN.default DescribeDomainResponseOpenSearchClient. describeDomain(DescribeDomainRequest describeDomainRequest)Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type DescribeDomainResponse Modifier and Type Method Description default CompletableFuture<DescribeDomainResponse>OpenSearchAsyncClient. describeDomain(Consumer<DescribeDomainRequest.Builder> describeDomainRequest)Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN.default CompletableFuture<DescribeDomainResponse>OpenSearchAsyncClient. describeDomain(DescribeDomainRequest describeDomainRequest)Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID, domain service endpoint, and domain ARN.
-