Uses of Class
software.amazon.awssdk.services.elasticsearch.model.DescribeDomainChangeProgressResponse
-
Packages that use DescribeDomainChangeProgressResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of DescribeDomainChangeProgressResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return DescribeDomainChangeProgressResponse Modifier and Type Method Description default DescribeDomainChangeProgressResponseElasticsearchClient. describeDomainChangeProgress(Consumer<DescribeDomainChangeProgressRequest.Builder> describeDomainChangeProgressRequest)Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.default DescribeDomainChangeProgressResponseElasticsearchClient. describeDomainChangeProgress(DescribeDomainChangeProgressRequest describeDomainChangeProgressRequest)Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type DescribeDomainChangeProgressResponse Modifier and Type Method Description default CompletableFuture<DescribeDomainChangeProgressResponse>ElasticsearchAsyncClient. describeDomainChangeProgress(Consumer<DescribeDomainChangeProgressRequest.Builder> describeDomainChangeProgressRequest)Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.default CompletableFuture<DescribeDomainChangeProgressResponse>ElasticsearchAsyncClient. describeDomainChangeProgress(DescribeDomainChangeProgressRequest describeDomainChangeProgressRequest)Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
-