Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
AutoTuneStatus |
AutoTuneStatus.clone() |
AutoTuneStatus |
AutoTuneOptionsStatus.getStatus()
The current status of Auto-Tune for a domain.
|
AutoTuneStatus |
AutoTuneStatus.withCreationDate(Date creationDate)
Date and time when Auto-Tune was enabled for the domain.
|
AutoTuneStatus |
AutoTuneStatus.withErrorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
|
AutoTuneStatus |
AutoTuneStatus.withPendingDeletion(Boolean pendingDeletion)
Indicates whether the domain is being deleted.
|
AutoTuneStatus |
AutoTuneStatus.withState(AutoTuneState state)
The current state of Auto-Tune on the domain.
|
AutoTuneStatus |
AutoTuneStatus.withState(String state)
The current state of Auto-Tune on the domain.
|
AutoTuneStatus |
AutoTuneStatus.withUpdateDate(Date updateDate)
Date and time when the Auto-Tune options were last updated for the domain.
|
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 current status of Auto-Tune for a domain.
|
AutoTuneOptionsStatus |
AutoTuneOptionsStatus.withStatus(AutoTuneStatus status)
The current status of Auto-Tune for a domain.
|
Copyright © 2023. All rights reserved.