| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeDomainChangeProgressResponse |
ElasticsearchClient.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 DescribeDomainChangeProgressResponse |
ElasticsearchClient.describeDomainChangeProgress(DescribeDomainChangeProgressRequest describeDomainChangeProgressRequest)
Returns information about the current blue/green deployment happening on a domain, including a change ID, status,
and progress stages.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.