Uses of Class
software.amazon.awssdk.services.opensearch.model.DescribeDomainHealthRequest
-
Packages that use DescribeDomainHealthRequest 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 DescribeDomainHealthRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type DescribeDomainHealthRequest Modifier and Type Method Description 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.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. -
Uses of DescribeDomainHealthRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type DescribeDomainHealthRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDomainHealthRequestMarshaller. marshall(DescribeDomainHealthRequest describeDomainHealthRequest)
-