| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetUpgradeHistoryResponse |
OpenSearchClient.getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
default GetUpgradeHistoryResponse |
OpenSearchClient.getUpgradeHistory(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
| Modifier and Type | Method and 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.
|
| 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.