Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
AutoTuneStatus |
AutoTuneStatus.clone() |
AutoTuneStatus |
AutoTuneOptionsStatus.getStatus()
Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.
|
AutoTuneStatus |
AutoTuneStatus.withCreationDate(Date creationDate)
Timestamp which tells Auto-Tune options creation date .
|
AutoTuneStatus |
AutoTuneStatus.withErrorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune options.
|
AutoTuneStatus |
AutoTuneStatus.withPendingDeletion(Boolean pendingDeletion)
Indicates whether the Elasticsearch domain is being deleted.
|
AutoTuneStatus |
AutoTuneStatus.withState(AutoTuneState state)
Specifies the
AutoTuneState for the Elasticsearch domain. |
AutoTuneStatus |
AutoTuneStatus.withState(String state)
Specifies the
AutoTuneState for the Elasticsearch domain. |
AutoTuneStatus |
AutoTuneStatus.withUpdateDate(Date updateDate)
Timestamp which tells Auto-Tune options last updated time.
|
AutoTuneStatus |
AutoTuneStatus.withUpdateVersion(Integer updateVersion)
Specifies the Auto-Tune options latest version.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoTuneOptionsStatus.setStatus(AutoTuneStatus status)
Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.
|
AutoTuneOptionsStatus |
AutoTuneOptionsStatus.withStatus(AutoTuneStatus status)
Specifies Status of the Auto-Tune options for the specified Elasticsearch domain.
|
Copyright © 2021. All rights reserved.