| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static DryRunResults.Builder |
DryRunResults.builder() |
DryRunResults.Builder |
DryRunResults.Builder.deploymentType(String deploymentType)
Specifies the way in which OpenSearch Service will apply an update.
|
DryRunResults.Builder |
DryRunResults.Builder.message(String message)
A message corresponding to the deployment type.
|
DryRunResults.Builder |
DryRunResults.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DryRunResults.Builder> |
DryRunResults.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainConfigResponse.Builder |
UpdateDomainConfigResponse.Builder.dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
Results of the dry run performed in the update domain request.
|
default DescribeDryRunProgressResponse.Builder |
DescribeDryRunProgressResponse.Builder.dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)
The results of the dry run.
|
Copyright © 2023. All rights reserved.