Uses of Class
software.amazon.awssdk.services.opensearch.model.GetUpgradeStatusRequest
-
Packages that use GetUpgradeStatusRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of GetUpgradeStatusRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type GetUpgradeStatusRequest Modifier and Type Method Description 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.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. -
Uses of GetUpgradeStatusRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type GetUpgradeStatusRequest Modifier and Type Method Description SdkHttpFullRequestGetUpgradeStatusRequestMarshaller. marshall(GetUpgradeStatusRequest getUpgradeStatusRequest)
-