Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
DryRunProgressStatus |
DryRunProgressStatus.clone() |
DryRunProgressStatus |
UpdateDomainConfigResult.getDryRunProgressStatus()
The status of the dry run being performed on the domain, if any.
|
DryRunProgressStatus |
DescribeDryRunProgressResult.getDryRunProgressStatus()
The current status of the dry run, including any validation errors.
|
DryRunProgressStatus |
DryRunProgressStatus.withCreationDate(String creationDate)
The timestamp when the dry run was initiated.
|
DryRunProgressStatus |
DryRunProgressStatus.withDryRunId(String dryRunId)
The unique identifier of the dry run.
|
DryRunProgressStatus |
DryRunProgressStatus.withDryRunStatus(String dryRunStatus)
The current status of the dry run.
|
DryRunProgressStatus |
DryRunProgressStatus.withUpdateDate(String updateDate)
The timestamp when the dry run was last updated.
|
DryRunProgressStatus |
DryRunProgressStatus.withValidationFailures(Collection<ValidationFailure> validationFailures)
Any validation failures that occurred as a result of the dry run.
|
DryRunProgressStatus |
DryRunProgressStatus.withValidationFailures(ValidationFailure... validationFailures)
Any validation failures that occurred as a result of the dry run.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDomainConfigResult.setDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
|
void |
DescribeDryRunProgressResult.setDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The current status of the dry run, including any validation errors.
|
UpdateDomainConfigResult |
UpdateDomainConfigResult.withDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The status of the dry run being performed on the domain, if any.
|
DescribeDryRunProgressResult |
DescribeDryRunProgressResult.withDryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)
The current status of the dry run, including any validation errors.
|
Copyright © 2023. All rights reserved.