| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
AutoTuneOptions |
AutoTuneOptions.clone() |
AutoTuneOptions |
UpdateDomainConfigRequest.getAutoTuneOptions()
Options for Auto-Tune.
|
AutoTuneOptions |
AutoTuneOptionsStatus.getOptions()
Auto-Tune settings for updating a domain.
|
AutoTuneOptions |
AutoTuneOptions.withDesiredState(AutoTuneDesiredState desiredState)
Whether Auto-Tune is enabled or disabled.
|
AutoTuneOptions |
AutoTuneOptions.withDesiredState(String desiredState)
Whether Auto-Tune is enabled or disabled.
|
AutoTuneOptions |
AutoTuneOptions.withMaintenanceSchedules(AutoTuneMaintenanceSchedule... maintenanceSchedules)
A list of maintenance schedules during which Auto-Tune can deploy changes.
|
AutoTuneOptions |
AutoTuneOptions.withMaintenanceSchedules(Collection<AutoTuneMaintenanceSchedule> maintenanceSchedules)
A list of maintenance schedules during which Auto-Tune can deploy changes.
|
AutoTuneOptions |
AutoTuneOptions.withRollbackOnDisable(RollbackOnDisable rollbackOnDisable)
When disabling Auto-Tune, specify
NO_ROLLBACK to retain all prior Auto-Tune settings or
DEFAULT_ROLLBACK to revert to the OpenSearch Service defaults. |
AutoTuneOptions |
AutoTuneOptions.withRollbackOnDisable(String rollbackOnDisable)
When disabling Auto-Tune, specify
NO_ROLLBACK to retain all prior Auto-Tune settings or
DEFAULT_ROLLBACK to revert to the OpenSearch Service defaults. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainConfigRequest.setAutoTuneOptions(AutoTuneOptions autoTuneOptions)
Options for Auto-Tune.
|
void |
AutoTuneOptionsStatus.setOptions(AutoTuneOptions options)
Auto-Tune settings for updating a domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withAutoTuneOptions(AutoTuneOptions autoTuneOptions)
Options for Auto-Tune.
|
AutoTuneOptionsStatus |
AutoTuneOptionsStatus.withOptions(AutoTuneOptions options)
Auto-Tune settings for updating a domain.
|
Copyright © 2023. All rights reserved.