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)
DEPRECATED.
|
AutoTuneOptions |
AutoTuneOptions.withMaintenanceSchedules(Collection<AutoTuneMaintenanceSchedule> maintenanceSchedules)
DEPRECATED.
|
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. |
AutoTuneOptions |
AutoTuneOptions.withUseOffPeakWindow(Boolean useOffPeakWindow)
Whether to use the domain's off-peak
window to deploy configuration changes on the domain rather than a maintenance schedule.
|
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.