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