Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessToolUseBlock
Packages that use HarnessToolUseBlock
-
Uses of HarnessToolUseBlock in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessToolUseBlockModifier and TypeMethodDescriptionfinal HarnessToolUseBlockHarnessContentBlock.toolUse()A tool use request from the model.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessToolUseBlockModifier and TypeMethodDescriptionstatic HarnessContentBlockHarnessContentBlock.fromToolUse(HarnessToolUseBlock toolUse) Create an instance of this class withHarnessContentBlock.toolUse()initialized to the given value.HarnessContentBlock.Builder.toolUse(HarnessToolUseBlock toolUse) A tool use request from the model.