Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ContentBlock
-
Packages that use ContentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ContentBlock Modifier and Type Method Description static ContentBlockContentBlock. fromImage(Consumer<ImageBlock.Builder> image)Create an instance of this class withimage()initialized to the given value.static ContentBlockContentBlock. fromImage(ImageBlock image)Create an instance of this class withimage()initialized to the given value.static ContentBlockContentBlock. fromText(String text)Create an instance of this class withtext()initialized to the given value.static ContentBlockContentBlock. fromToolResult(Consumer<ToolResultBlock.Builder> toolResult)Create an instance of this class withtoolResult()initialized to the given value.static ContentBlockContentBlock. fromToolResult(ToolResultBlock toolResult)Create an instance of this class withtoolResult()initialized to the given value.static ContentBlockContentBlock. fromToolUse(Consumer<ToolUseBlock.Builder> toolUse)Create an instance of this class withtoolUse()initialized to the given value.static ContentBlockContentBlock. fromToolUse(ToolUseBlock toolUse)Create an instance of this class withtoolUse()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ContentBlock Modifier and Type Method Description List<ContentBlock>Message. content()The message content.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ContentBlock Modifier and Type Method Description Message.BuilderMessage.Builder. content(ContentBlock... content)The message content.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ContentBlock Modifier and Type Method Description Message.BuilderMessage.Builder. content(Collection<ContentBlock> content)The message content.
-