| Package | Description |
|---|---|
| com.amazonaws.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressDetails |
ChangeProgressDetails.clone() |
ChangeProgressDetails |
ElasticsearchDomainStatus.getChangeProgressDetails()
Specifies change details of the domain configuration change.
|
ChangeProgressDetails |
UpgradeElasticsearchDomainResult.getChangeProgressDetails() |
ChangeProgressDetails |
ElasticsearchDomainConfig.getChangeProgressDetails()
Specifies change details of the domain configuration change.
|
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 |
ElasticsearchDomainStatus.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
void |
UpgradeElasticsearchDomainResult.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
void |
ElasticsearchDomainConfig.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
UpgradeElasticsearchDomainResult |
UpgradeElasticsearchDomainResult.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
Copyright © 2023. All rights reserved.