| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressDetails |
ChangeProgressDetails.clone() |
ChangeProgressDetails |
DomainConfig.getChangeProgressDetails()
Specifies change details of the domain configuration change.
|
ChangeProgressDetails |
DomainStatus.getChangeProgressDetails()
Specifies change details of the domain configuration change.
|
ChangeProgressDetails |
UpgradeDomainResult.getChangeProgressDetails() |
ChangeProgressDetails |
ChangeProgressDetails.withChangeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
|
ChangeProgressDetails |
ChangeProgressDetails.withMessage(String message)
Contains an optional message associated with the domain configuration change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainConfig.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
void |
DomainStatus.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
void |
UpgradeDomainResult.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
DomainConfig |
DomainConfig.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
DomainStatus |
DomainStatus.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
UpgradeDomainResult |
UpgradeDomainResult.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
Copyright © 2022. All rights reserved.