Package | Description |
---|---|
com.amazonaws.services.elasticsearch |
|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
GetUpgradeHistoryResult |
AbstractAWSElasticsearch.getUpgradeHistory(GetUpgradeHistoryRequest request) |
GetUpgradeHistoryResult |
AWSElasticsearch.getUpgradeHistory(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
GetUpgradeHistoryResult |
AWSElasticsearchClient.getUpgradeHistory(GetUpgradeHistoryRequest request)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
Modifier and Type | Method and Description |
---|---|
Future<GetUpgradeHistoryResult> |
AWSElasticsearchAsyncClient.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request,
AsyncHandler<GetUpgradeHistoryRequest,GetUpgradeHistoryResult> asyncHandler) |
Future<GetUpgradeHistoryResult> |
AbstractAWSElasticsearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request,
AsyncHandler<GetUpgradeHistoryRequest,GetUpgradeHistoryResult> asyncHandler) |
Future<GetUpgradeHistoryResult> |
AWSElasticsearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest getUpgradeHistoryRequest,
AsyncHandler<GetUpgradeHistoryRequest,GetUpgradeHistoryResult> asyncHandler)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
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 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 GetUpgradeHistoryResponse object. |
Copyright © 2021. All rights reserved.