| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| software.amazon.awssdk.services.elasticsearch.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetUpgradeHistoryResponse |
ElasticsearchClient.getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
default GetUpgradeHistoryResponse |
ElasticsearchClient.getUpgradeHistory(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetUpgradeHistoryResponse> |
GetUpgradeHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetUpgradeHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetUpgradeHistoryResponse> subscriber) |
Copyright © 2023. All rights reserved.