| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default GetUpgradeStatusResponse |
ElasticsearchClient.getUpgradeStatus(Consumer<GetUpgradeStatusRequest.Builder> getUpgradeStatusRequest)
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
|
default GetUpgradeStatusResponse |
ElasticsearchClient.getUpgradeStatus(GetUpgradeStatusRequest getUpgradeStatusRequest)
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUpgradeStatusResponse> |
ElasticsearchAsyncClient.getUpgradeStatus(Consumer<GetUpgradeStatusRequest.Builder> getUpgradeStatusRequest)
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
|
default CompletableFuture<GetUpgradeStatusResponse> |
ElasticsearchAsyncClient.getUpgradeStatus(GetUpgradeStatusRequest getUpgradeStatusRequest)
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
|
Copyright © 2023. All rights reserved.