Uses of Class
software.amazon.awssdk.services.opensearch.model.GetUpgradeStatusResponse
-
Packages that use GetUpgradeStatusResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of GetUpgradeStatusResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return GetUpgradeStatusResponse Modifier and Type Method Description default GetUpgradeStatusResponseOpenSearchClient. getUpgradeStatus(Consumer<GetUpgradeStatusRequest.Builder> getUpgradeStatusRequest)Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.default GetUpgradeStatusResponseOpenSearchClient. getUpgradeStatus(GetUpgradeStatusRequest getUpgradeStatusRequest)Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type GetUpgradeStatusResponse Modifier and Type Method Description default CompletableFuture<GetUpgradeStatusResponse>OpenSearchAsyncClient. getUpgradeStatus(Consumer<GetUpgradeStatusRequest.Builder> getUpgradeStatusRequest)Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.default CompletableFuture<GetUpgradeStatusResponse>OpenSearchAsyncClient. getUpgradeStatus(GetUpgradeStatusRequest getUpgradeStatusRequest)Returns the most recent status of the last upgrade or upgrade eligibility check performed on an Amazon OpenSearch Service domain.
-