Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
GetUpgradeHistoryResult |
AbstractAmazonOpenSearch.getUpgradeHistory(GetUpgradeHistoryRequest request) |
GetUpgradeHistoryResult |
AmazonOpenSearchClient.getUpgradeHistory(GetUpgradeHistoryRequest request)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
GetUpgradeHistoryResult |
AmazonOpenSearch.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 |
---|---|
Future<GetUpgradeHistoryResult> |
AbstractAmazonOpenSearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request,
AsyncHandler<GetUpgradeHistoryRequest,GetUpgradeHistoryResult> asyncHandler) |
Future<GetUpgradeHistoryResult> |
AmazonOpenSearchAsyncClient.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 an Amazon OpenSearch Service domain.
|
Modifier and Type | Method and Description |
---|---|
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.clone() |
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withUpgradeHistories(UpgradeHistory... upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
Copyright © 2023. All rights reserved.