Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolAdditionBlock
Packages that use ToolAdditionBlock
-
Uses of ToolAdditionBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolAdditionBlockModifier and TypeMethodDescriptionfinal ToolAdditionBlockContentBlock.toolAddition()Returns the value of the ToolAddition property for this object.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolAdditionBlockModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromToolAddition(ToolAdditionBlock toolAddition) Create an instance of this class withContentBlock.toolAddition()initialized to the given value.ContentBlock.Builder.toolAddition(ToolAdditionBlock toolAddition) Sets the value of the ToolAddition property for this object.