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