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.
|
Future<GetUpgradeHistoryResult> |
AWSElasticsearchAsyncClient.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request) |
Future<GetUpgradeHistoryResult> |
AbstractAWSElasticsearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest request) |
Future<GetUpgradeHistoryResult> |
AWSElasticsearchAsync.getUpgradeHistoryAsync(GetUpgradeHistoryRequest getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
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 |
---|---|
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 |
---|---|
GetUpgradeHistoryRequest |
GetUpgradeHistoryRequest.clone() |
GetUpgradeHistoryRequest |
GetUpgradeHistoryRequest.withDomainName(String domainName) |
GetUpgradeHistoryRequest |
GetUpgradeHistoryRequest.withMaxResults(Integer maxResults) |
GetUpgradeHistoryRequest |
GetUpgradeHistoryRequest.withNextToken(String nextToken) |
Copyright © 2021. All rights reserved.