| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeHistoryResult |
AbstractAmazonOpenSearch.getUpgradeHistory(GetUpgradeHistoryRequest request) |
GetUpgradeHistoryResult |
AmazonOpenSearch.getUpgradeHistory(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on the domain.
|
GetUpgradeHistoryResult |
AmazonOpenSearchClient.getUpgradeHistory(GetUpgradeHistoryRequest request)
Retrieves the complete history of the last 10 upgrades performed on the domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUpgradeHistoryResult> |
AbstractAmazonOpenSearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request,
AsyncHandler<GetUpgradeHistoryRequest,GetUpgradeHistoryResult> asyncHandler) |
Future<GetUpgradeHistoryResult> |
AmazonOpenSearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest getUpgradeHistoryRequest,
AsyncHandler<GetUpgradeHistoryRequest,GetUpgradeHistoryResult> asyncHandler)
Retrieves the complete history of the last 10 upgrades performed on the domain.
|
Future<GetUpgradeHistoryResult> |
AmazonOpenSearchAsyncClient.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request,
AsyncHandler<GetUpgradeHistoryRequest,GetUpgradeHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.clone() |
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withNextToken(String nextToken)
Pagination token that needs to be supplied to the next call to get the next page of results.
|
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of
UpgradeHistory objects corresponding to each upgrade or upgrade eligibility check
performed on a domain returned as part of the GetUpgradeHistoryResponse object. |
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withUpgradeHistories(UpgradeHistory... upgradeHistories)
A list of
UpgradeHistory objects corresponding to each upgrade or upgrade eligibility check
performed on a domain returned as part of the GetUpgradeHistoryResponse object. |
Copyright © 2022. All rights reserved.