Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessContentBlock
Packages that use HarnessContentBlock
-
Uses of HarnessContentBlock in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessContentBlockModifier and TypeMethodDescriptionstatic HarnessContentBlockHarnessContentBlock.fromReasoningContent(Consumer<HarnessReasoningContentBlock.Builder> reasoningContent) Create an instance of this class withreasoningContent()initialized to the given value.static HarnessContentBlockHarnessContentBlock.fromReasoningContent(HarnessReasoningContentBlock reasoningContent) Create an instance of this class withreasoningContent()initialized to the given value.static HarnessContentBlockCreate an instance of this class withtext()initialized to the given value.static HarnessContentBlockHarnessContentBlock.fromToolResult(Consumer<HarnessToolResultBlock.Builder> toolResult) Create an instance of this class withtoolResult()initialized to the given value.static HarnessContentBlockHarnessContentBlock.fromToolResult(HarnessToolResultBlock toolResult) Create an instance of this class withtoolResult()initialized to the given value.static HarnessContentBlockHarnessContentBlock.fromToolUse(Consumer<HarnessToolUseBlock.Builder> toolUse) Create an instance of this class withtoolUse()initialized to the given value.static HarnessContentBlockHarnessContentBlock.fromToolUse(HarnessToolUseBlock toolUse) Create an instance of this class withtoolUse()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type HarnessContentBlockModifier and TypeMethodDescriptionfinal List<HarnessContentBlock>HarnessMessage.content()The content blocks of the message.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessContentBlockModifier and TypeMethodDescriptionHarnessMessage.Builder.content(HarnessContentBlock... content) The content blocks of the message.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type HarnessContentBlockModifier and TypeMethodDescriptionHarnessMessage.Builder.content(Collection<HarnessContentBlock> content) The content blocks of the message.