| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUpgradeHistoryResponse> |
OpenSearchAsyncClient.getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
default GetUpgradeHistoryResponse |
OpenSearchClient.getUpgradeHistory(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
default GetUpgradeHistoryPublisher |
OpenSearchAsyncClient.getUpgradeHistoryPaginator(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
default GetUpgradeHistoryIterable |
OpenSearchClient.getUpgradeHistoryPaginator(Consumer<GetUpgradeHistoryRequest.Builder> getUpgradeHistoryRequest)
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
|
| Modifier and Type | Method and Description |
|---|---|
static GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.builder() |
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.Builder.domainName(String domainName)
The name of an existing domain.
|
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.Builder.maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
GetUpgradeHistoryRequest.Builder |
GetUpgradeHistoryRequest.Builder.nextToken(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. |
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 © 2023. All rights reserved.