Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
DescribeDomainResult |
AbstractAmazonOpenSearch.describeDomain(DescribeDomainRequest request) |
DescribeDomainResult |
AmazonOpenSearchClient.describeDomain(DescribeDomainRequest request)
Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID,
domain service endpoint, and domain ARN.
|
DescribeDomainResult |
AmazonOpenSearch.describeDomain(DescribeDomainRequest describeDomainRequest)
Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID,
domain service endpoint, and domain ARN.
|
Future<DescribeDomainResult> |
AbstractAmazonOpenSearchAsync.describeDomainAsync(DescribeDomainRequest request) |
Future<DescribeDomainResult> |
AmazonOpenSearchAsyncClient.describeDomainAsync(DescribeDomainRequest request) |
Future<DescribeDomainResult> |
AmazonOpenSearchAsync.describeDomainAsync(DescribeDomainRequest describeDomainRequest)
Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID,
domain service endpoint, and domain ARN.
|
Future<DescribeDomainResult> |
AbstractAmazonOpenSearchAsync.describeDomainAsync(DescribeDomainRequest request,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler) |
Future<DescribeDomainResult> |
AmazonOpenSearchAsyncClient.describeDomainAsync(DescribeDomainRequest request,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler) |
Future<DescribeDomainResult> |
AmazonOpenSearchAsync.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler)
Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID,
domain service endpoint, and domain ARN.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeDomainResult> |
AbstractAmazonOpenSearchAsync.describeDomainAsync(DescribeDomainRequest request,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler) |
Future<DescribeDomainResult> |
AmazonOpenSearchAsyncClient.describeDomainAsync(DescribeDomainRequest request,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler) |
Future<DescribeDomainResult> |
AmazonOpenSearchAsync.describeDomainAsync(DescribeDomainRequest describeDomainRequest,
AsyncHandler<DescribeDomainRequest,DescribeDomainResult> asyncHandler)
Describes the domain configuration for the specified Amazon OpenSearch Service domain, including the domain ID,
domain service endpoint, and domain ARN.
|
Modifier and Type | Method and Description |
---|---|
DescribeDomainRequest |
DescribeDomainRequest.clone() |
DescribeDomainRequest |
DescribeDomainRequest.withDomainName(String domainName)
The name of the domain that you want information about.
|
Copyright © 2023. All rights reserved.