Uses of Class
software.amazon.awssdk.services.opensearch.model.DescribeDryRunProgressResponse
-
Packages that use DescribeDryRunProgressResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of DescribeDryRunProgressResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return DescribeDryRunProgressResponse Modifier and Type Method Description default DescribeDryRunProgressResponseOpenSearchClient. describeDryRunProgress(Consumer<DescribeDryRunProgressRequest.Builder> describeDryRunProgressRequest)Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain.default DescribeDryRunProgressResponseOpenSearchClient. describeDryRunProgress(DescribeDryRunProgressRequest describeDryRunProgressRequest)Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type DescribeDryRunProgressResponse Modifier and Type Method Description default CompletableFuture<DescribeDryRunProgressResponse>OpenSearchAsyncClient. describeDryRunProgress(Consumer<DescribeDryRunProgressRequest.Builder> describeDryRunProgressRequest)Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain.default CompletableFuture<DescribeDryRunProgressResponse>OpenSearchAsyncClient. describeDryRunProgress(DescribeDryRunProgressRequest describeDryRunProgressRequest)Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain.
-