| 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 | |
| software.amazon.awssdk.services.opensearch.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetUpgradeHistoryResponse |
OpenSearchClient.getUpgradeHistory(GetUpgradeHistoryRequest 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.
|
default GetUpgradeHistoryIterable |
OpenSearchClient.getUpgradeHistoryPaginator(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
default GetUpgradeHistoryPublisher |
OpenSearchAsyncClient.getUpgradeHistoryPaginator(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
| Constructor and Description |
|---|
GetUpgradeHistoryIterable(OpenSearchClient client,
GetUpgradeHistoryRequest firstRequest) |
GetUpgradeHistoryPublisher(OpenSearchAsyncClient client,
GetUpgradeHistoryRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetUpgradeHistoryRequestMarshaller.marshall(GetUpgradeHistoryRequest getUpgradeHistoryRequest) |
Copyright © 2023. All rights reserved.