Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
ChangeProgressDetails |
ChangeProgressDetails.clone() |
ChangeProgressDetails |
DomainConfig.getChangeProgressDetails()
Container for information about the progress of an existing configuration change.
|
ChangeProgressDetails |
DomainStatus.getChangeProgressDetails()
Information about a configuration change happening on the domain.
|
ChangeProgressDetails |
UpgradeDomainResult.getChangeProgressDetails()
Container for information about a configuration change happening on a domain.
|
ChangeProgressDetails |
ChangeProgressDetails.withChangeId(String changeId)
The ID of the configuration change.
|
ChangeProgressDetails |
ChangeProgressDetails.withMessage(String message)
A message corresponding to the status of the configuration change.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainConfig.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about the progress of an existing configuration change.
|
void |
DomainStatus.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Information about a configuration change happening on the domain.
|
void |
UpgradeDomainResult.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about a configuration change happening on a domain.
|
DomainConfig |
DomainConfig.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about the progress of an existing configuration change.
|
DomainStatus |
DomainStatus.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Information about a configuration change happening on the domain.
|
UpgradeDomainResult |
UpgradeDomainResult.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Container for information about a configuration change happening on a domain.
|
Copyright © 2023. All rights reserved.