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