| 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 |
ElasticsearchDomainStatus.getChangeProgressDetails()
Specifies change details of the domain configuration change.
|
ChangeProgressDetails |
UpgradeElasticsearchDomainResult.getChangeProgressDetails() |
ChangeProgressDetails |
ChangeProgressDetails.withChangeId(String changeId)
The unique change identifier associated with a specific domain configuration change.
|
ChangeProgressDetails |
ChangeProgressDetails.withConfigChangeStatus(ConfigChangeStatus configChangeStatus)
The current status of the configuration change.
|
ChangeProgressDetails |
ChangeProgressDetails.withConfigChangeStatus(String configChangeStatus)
The current status of the configuration change.
|
ChangeProgressDetails |
ChangeProgressDetails.withInitiatedBy(InitiatedBy initiatedBy)
The IAM principal who initiated the configuration change.
|
ChangeProgressDetails |
ChangeProgressDetails.withInitiatedBy(String initiatedBy)
The IAM principal who initiated the configuration change.
|
ChangeProgressDetails |
ChangeProgressDetails.withLastUpdatedTime(Date lastUpdatedTime)
The last time that the configuration change was updated.
|
ChangeProgressDetails |
ChangeProgressDetails.withMessage(String message)
Contains an optional message associated with the domain configuration change.
|
ChangeProgressDetails |
ChangeProgressDetails.withStartTime(Date startTime)
The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchDomainConfig.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
void |
ElasticsearchDomainStatus.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
void |
UpgradeElasticsearchDomainResult.setChangeProgressDetails(ChangeProgressDetails changeProgressDetails) |
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withChangeProgressDetails(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) |
Copyright © 2024. All rights reserved.