Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.AutoTune.Builder
-
Packages that use AutoTune.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of AutoTune.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return AutoTune.Builder Modifier and Type Method Description default AutoTune.BuilderAutoTune.Builder. autoTuneDetails(Consumer<AutoTuneDetails.Builder> autoTuneDetails)Specifies details of the Auto-Tune action.AutoTune.BuilderAutoTune.Builder. autoTuneDetails(AutoTuneDetails autoTuneDetails)Specifies details of the Auto-Tune action.AutoTune.BuilderAutoTune.Builder. autoTuneType(String autoTuneType)Specifies Auto-Tune type.AutoTune.BuilderAutoTune.Builder. autoTuneType(AutoTuneType autoTuneType)Specifies Auto-Tune type.static AutoTune.BuilderAutoTune. builder()AutoTune.BuilderAutoTune. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type AutoTune.Builder Modifier and Type Method Description static Class<? extends AutoTune.Builder>AutoTune. serializableBuilderClass()
-