Uses of Class
software.amazon.awssdk.services.opensearch.model.AutoTuneOptions
-
Packages that use AutoTuneOptions Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of AutoTuneOptions in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AutoTuneOptions Modifier and Type Method Description AutoTuneOptionsUpdateDomainConfigRequest. autoTuneOptions()Options for Auto-Tune.AutoTuneOptionsAutoTuneOptionsStatus. options()Auto-Tune settings for updating a domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type AutoTuneOptions Modifier and Type Method Description UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. autoTuneOptions(AutoTuneOptions autoTuneOptions)Options for Auto-Tune.AutoTuneOptionsStatus.BuilderAutoTuneOptionsStatus.Builder. options(AutoTuneOptions options)Auto-Tune settings for updating a domain.
-