Uses of Class
software.amazon.awssdk.services.elasticsearch.model.GetUpgradeHistoryResponse
-
Packages that use GetUpgradeHistoryResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.paginators -
-
Uses of GetUpgradeHistoryResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return GetUpgradeHistoryResponse Modifier and Type Method Description default GetUpgradeHistoryResponseElasticsearchClient. getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)Retrieves the complete history of the last 10 upgrades that were performed on the domain.default GetUpgradeHistoryResponseElasticsearchClient. getUpgradeHistory(GetUpgradeHistoryRequest getUpgradeHistoryRequest)Retrieves the complete history of the last 10 upgrades that were performed on the domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type GetUpgradeHistoryResponse Modifier and Type Method Description default CompletableFuture<GetUpgradeHistoryResponse>ElasticsearchAsyncClient. getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)Retrieves the complete history of the last 10 upgrades that were performed on the domain.default CompletableFuture<GetUpgradeHistoryResponse>ElasticsearchAsyncClient. getUpgradeHistory(GetUpgradeHistoryRequest getUpgradeHistoryRequest)Retrieves the complete history of the last 10 upgrades that were performed on the domain. -
Uses of GetUpgradeHistoryResponse in software.amazon.awssdk.services.elasticsearch.paginators
Methods in software.amazon.awssdk.services.elasticsearch.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.elasticsearch.paginators with type arguments of type GetUpgradeHistoryResponse Modifier and Type Method Description voidGetUpgradeHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetUpgradeHistoryResponse> subscriber)
-