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.
|
Future<GetUpgradeHistoryResult> |
AbstractAmazonOpenSearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request) |
Future<GetUpgradeHistoryResult> |
AmazonOpenSearchAsyncClient.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request) |
Future<GetUpgradeHistoryResult> |
AmazonOpenSearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
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 |
---|---|
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 |
---|---|
GetUpgradeHistoryRequest |
GetUpgradeHistoryRequest.clone() |
GetUpgradeHistoryRequest |
GetUpgradeHistoryRequest.withDomainName(String domainName)
The name of an existing domain.
|
GetUpgradeHistoryRequest |
GetUpgradeHistoryRequest.withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
GetUpgradeHistoryRequest |
GetUpgradeHistoryRequest.withNextToken(String nextToken)
If your initial
GetUpgradeHistory operation returns a nextToken , you can include the
returned nextToken in subsequent GetUpgradeHistory operations, which returns results in
the next page. |
Copyright © 2023. All rights reserved.