Uses of Class
software.amazon.awssdk.services.opensearch.model.DescribeDomainRequest
-
Packages that use DescribeDomainRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of DescribeDomainRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type DescribeDomainRequest Modifier and Type Method Description 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.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. -
Uses of DescribeDomainRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type DescribeDomainRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDomainRequestMarshaller. marshall(DescribeDomainRequest describeDomainRequest)
-