| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
AutoTuneOptions |
AutoTuneOptions.clone() |
AutoTuneOptions |
UpdateDomainConfigRequest.getAutoTuneOptions()
Specifies Auto-Tune options.
|
AutoTuneOptions |
AutoTuneOptionsStatus.getOptions()
Specifies Auto-Tune options for the domain.
|
AutoTuneOptions |
AutoTuneOptions.withDesiredState(AutoTuneDesiredState desiredState)
The Auto-Tune desired state.
|
AutoTuneOptions |
AutoTuneOptions.withDesiredState(String desiredState)
The Auto-Tune desired state.
|
AutoTuneOptions |
AutoTuneOptions.withMaintenanceSchedules(AutoTuneMaintenanceSchedule... maintenanceSchedules)
A list of maintenance schedules.
|
AutoTuneOptions |
AutoTuneOptions.withMaintenanceSchedules(Collection<AutoTuneMaintenanceSchedule> maintenanceSchedules)
A list of maintenance schedules.
|
AutoTuneOptions |
AutoTuneOptions.withRollbackOnDisable(RollbackOnDisable rollbackOnDisable)
The rollback state while disabling Auto-Tune for the domain.
|
AutoTuneOptions |
AutoTuneOptions.withRollbackOnDisable(String rollbackOnDisable)
The rollback state while disabling Auto-Tune for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainConfigRequest.setAutoTuneOptions(AutoTuneOptions autoTuneOptions)
Specifies Auto-Tune options.
|
void |
AutoTuneOptionsStatus.setOptions(AutoTuneOptions options)
Specifies Auto-Tune options for the domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withAutoTuneOptions(AutoTuneOptions autoTuneOptions)
Specifies Auto-Tune options.
|
AutoTuneOptionsStatus |
AutoTuneOptionsStatus.withOptions(AutoTuneOptions options)
Specifies Auto-Tune options for the domain.
|
Copyright © 2022. All rights reserved.