Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AutoToolChoice.Builder
-
Packages that use AutoToolChoice.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AutoToolChoice.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AutoToolChoice.Builder Modifier and Type Method Description static AutoToolChoice.BuilderAutoToolChoice. builder()AutoToolChoice.BuilderAutoToolChoice. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AutoToolChoice.Builder Modifier and Type Method Description static Class<? extends AutoToolChoice.Builder>AutoToolChoice. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AutoToolChoice.Builder Modifier and Type Method Description default ToolChoice.BuilderToolChoice.Builder. auto(Consumer<AutoToolChoice.Builder> auto)Defines tools.static ToolChoiceToolChoice. fromAuto(Consumer<AutoToolChoice.Builder> auto)Create an instance of this class withToolChoice.auto()initialized to the given value.
-