| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DryRunResults |
DryRunResults.clone() |
DryRunResults |
UpdateDomainConfigResult.getDryRunResults()
Results of the dry run performed in the update domain request.
|
DryRunResults |
DescribeDryRunProgressResult.getDryRunResults()
The results of the dry run.
|
DryRunResults |
DryRunResults.withDeploymentType(String deploymentType)
Specifies the way in which OpenSearch Service will apply an update.
|
DryRunResults |
DryRunResults.withMessage(String message)
A message corresponding to the deployment type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainConfigResult.setDryRunResults(DryRunResults dryRunResults)
Results of the dry run performed in the update domain request.
|
void |
DescribeDryRunProgressResult.setDryRunResults(DryRunResults dryRunResults)
The results of the dry run.
|
UpdateDomainConfigResult |
UpdateDomainConfigResult.withDryRunResults(DryRunResults dryRunResults)
Results of the dry run performed in the update domain request.
|
DescribeDryRunProgressResult |
DescribeDryRunProgressResult.withDryRunResults(DryRunResults dryRunResults)
The results of the dry run.
|
Copyright © 2024. All rights reserved.