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