| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| software.amazon.awssdk.services.elasticsearch.paginators | |
| software.amazon.awssdk.services.elasticsearch.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUpgradeHistoryResponse> |
ElasticsearchAsyncClient.getUpgradeHistory(GetUpgradeHistoryRequest 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.
|
default GetUpgradeHistoryPublisher |
ElasticsearchAsyncClient.getUpgradeHistoryPaginator(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
default GetUpgradeHistoryIterable |
ElasticsearchClient.getUpgradeHistoryPaginator(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
| Constructor and Description |
|---|
GetUpgradeHistoryIterable(ElasticsearchClient client,
GetUpgradeHistoryRequest firstRequest) |
GetUpgradeHistoryPublisher(ElasticsearchAsyncClient client,
GetUpgradeHistoryRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetUpgradeHistoryRequestMarshaller.marshall(GetUpgradeHistoryRequest getUpgradeHistoryRequest) |
Copyright © 2022. All rights reserved.