Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AnyToolChoice.Builder
Packages that use AnyToolChoice.Builder
-
Uses of AnyToolChoice.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AnyToolChoice.BuilderModifier and TypeMethodDescriptionstatic AnyToolChoice.BuilderAnyToolChoice.builder()AnyToolChoice.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AnyToolChoice.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnyToolChoice.Builder>AnyToolChoice.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AnyToolChoice.BuilderModifier and TypeMethodDescriptiondefault 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.