Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AnyToolChoice.Builder
-
Packages that use AnyToolChoice.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AnyToolChoice.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AnyToolChoice.Builder Modifier and Type Method Description static AnyToolChoice.BuilderAnyToolChoice. builder()AnyToolChoice.BuilderAnyToolChoice. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AnyToolChoice.Builder Modifier and Type Method Description static Class<? extends AnyToolChoice.Builder>AnyToolChoice. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AnyToolChoice.Builder Modifier and Type Method Description default ToolChoice.BuilderToolChoice.Builder. any(Consumer<AnyToolChoice.Builder> any)Defines tools, at least one of which must be requested by the model.static ToolChoiceToolChoice. fromAny(Consumer<AnyToolChoice.Builder> any)Create an instance of this class withToolChoice.any()initialized to the given value.
-