Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
AutoTuneOptionsOutput |
AutoTuneOptionsOutput.clone() |
AutoTuneOptionsOutput |
DomainStatus.getAutoTuneOptions()
Auto-Tune settings for the domain.
|
AutoTuneOptionsOutput |
AutoTuneOptionsOutput.withErrorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
|
AutoTuneOptionsOutput |
AutoTuneOptionsOutput.withState(AutoTuneState state)
The current state of Auto-Tune on the domain.
|
AutoTuneOptionsOutput |
AutoTuneOptionsOutput.withState(String state)
The current state of Auto-Tune on the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainStatus.setAutoTuneOptions(AutoTuneOptionsOutput autoTuneOptions)
Auto-Tune settings for the domain.
|
DomainStatus |
DomainStatus.withAutoTuneOptions(AutoTuneOptionsOutput autoTuneOptions)
Auto-Tune settings for the domain.
|
Copyright © 2023. All rights reserved.