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