Uses of Class
software.amazon.awssdk.services.elasticsearch.model.GetUpgradeStatusResponse
-
Packages that use GetUpgradeStatusResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of GetUpgradeStatusResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return GetUpgradeStatusResponse Modifier and Type Method Description default GetUpgradeStatusResponseElasticsearchClient. getUpgradeStatus(Consumer<GetUpgradeStatusRequest.Builder> getUpgradeStatusRequest)Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.default GetUpgradeStatusResponseElasticsearchClient. getUpgradeStatus(GetUpgradeStatusRequest getUpgradeStatusRequest)Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type GetUpgradeStatusResponse Modifier and Type Method 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.
-