Uses of Class
software.amazon.awssdk.services.opensearch.model.GetUpgradeHistoryResponse
-
Packages that use GetUpgradeHistoryResponse 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.paginators -
-
Uses of GetUpgradeHistoryResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return GetUpgradeHistoryResponse Modifier and Type Method Description default GetUpgradeHistoryResponseOpenSearchClient. getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.default GetUpgradeHistoryResponseOpenSearchClient. getUpgradeHistory(GetUpgradeHistoryRequest getUpgradeHistoryRequest)Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type GetUpgradeHistoryResponse Modifier and Type Method Description default CompletableFuture<GetUpgradeHistoryResponse>OpenSearchAsyncClient. getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.default CompletableFuture<GetUpgradeHistoryResponse>OpenSearchAsyncClient. getUpgradeHistory(GetUpgradeHistoryRequest getUpgradeHistoryRequest)Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain. -
Uses of GetUpgradeHistoryResponse in software.amazon.awssdk.services.opensearch.paginators
Methods in software.amazon.awssdk.services.opensearch.paginators that return types with arguments of type GetUpgradeHistoryResponse Modifier and Type Method Description Iterator<GetUpgradeHistoryResponse>GetUpgradeHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.opensearch.paginators with type arguments of type GetUpgradeHistoryResponse Modifier and Type Method Description voidGetUpgradeHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetUpgradeHistoryResponse> subscriber)
-