| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUpgradeHistoryResponse> |
ElasticsearchAsyncClient.getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
default GetUpgradeHistoryResponse |
ElasticsearchClient.getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
default GetUpgradeHistoryPublisher |
ElasticsearchAsyncClient.getUpgradeHistoryPaginator(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
default GetUpgradeHistoryIterable |
ElasticsearchClient.getUpgradeHistoryPaginator(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
|
| Modifier and Type | Method and Description |
|---|---|
static GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.builder() |
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.Builder.domainName(String domainName)
Sets the value of the DomainName property for this object.
|
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetUpgradeHistoryRequest.Builder> |
GetUpgradeHistoryRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.