Uses of Class
software.amazon.awssdk.services.opensearch.model.DescribeDomainHealthResponse
-
Packages that use DescribeDomainHealthResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of DescribeDomainHealthResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return DescribeDomainHealthResponse Modifier and Type Method Description default DescribeDomainHealthResponseOpenSearchClient. describeDomainHealth(Consumer<DescribeDomainHealthRequest.Builder> describeDomainHealthRequest)Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node.default DescribeDomainHealthResponseOpenSearchClient. describeDomainHealth(DescribeDomainHealthRequest describeDomainHealthRequest)Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type DescribeDomainHealthResponse Modifier and Type Method Description default CompletableFuture<DescribeDomainHealthResponse>OpenSearchAsyncClient. describeDomainHealth(Consumer<DescribeDomainHealthRequest.Builder> describeDomainHealthRequest)Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node.default CompletableFuture<DescribeDomainHealthResponse>OpenSearchAsyncClient. describeDomainHealth(DescribeDomainHealthRequest describeDomainHealthRequest)Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node.
-