| 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 UpgradeDomainResponse |
OpenSearchClient.upgradeDomain(Consumer<UpgradeDomainRequest.Builder> upgradeDomainRequest)
Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a
compatible version of OpenSearch or Elasticsearch.
|
default CompletableFuture<UpgradeDomainResponse> |
OpenSearchAsyncClient.upgradeDomain(Consumer<UpgradeDomainRequest.Builder> upgradeDomainRequest)
Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a
compatible version of OpenSearch or Elasticsearch.
|
| Modifier and Type | Method and Description |
|---|---|
UpgradeDomainRequest.Builder |
UpgradeDomainRequest.Builder.advancedOptions(Map<String,String> advancedOptions)
Only supports the
override_main_response_version parameter and not other advanced options. |
static UpgradeDomainRequest.Builder |
UpgradeDomainRequest.builder() |
UpgradeDomainRequest.Builder |
UpgradeDomainRequest.Builder.domainName(String domainName)
Name of the OpenSearch Service domain that you want to upgrade.
|
UpgradeDomainRequest.Builder |
UpgradeDomainRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpgradeDomainRequest.Builder |
UpgradeDomainRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpgradeDomainRequest.Builder |
UpgradeDomainRequest.Builder.performCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check needs to be performed.
|
UpgradeDomainRequest.Builder |
UpgradeDomainRequest.Builder.targetVersion(String targetVersion)
OpenSearch or Elasticsearch version to which you want to upgrade, in the format Opensearch_X.Y or
Elasticsearch_X.Y.
|
UpgradeDomainRequest.Builder |
UpgradeDomainRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpgradeDomainRequest.Builder> |
UpgradeDomainRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.