Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ToolResultContentBlock
-
Packages that use ToolResultContentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ToolResultContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ToolResultContentBlock Modifier and Type Method Description static ToolResultContentBlockToolResultContentBlock. fromDocument(Consumer<DocumentBlock.Builder> document)Create an instance of this class withdocument()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromDocument(DocumentBlock document)Create an instance of this class withdocument()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromImage(Consumer<ImageBlock.Builder> image)Create an instance of this class withimage()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromImage(ImageBlock image)Create an instance of this class withimage()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromJson(Document json)Create an instance of this class withjson()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromText(String text)Create an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ToolResultContentBlock Modifier and Type Method Description List<ToolResultContentBlock>ToolResultBlock. content()The content for tool result content block.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ToolResultContentBlock Modifier and Type Method Description ToolResultBlock.BuilderToolResultBlock.Builder. content(ToolResultContentBlock... content)The content for tool result content block.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type ToolResultContentBlock Modifier and Type Method Description ToolResultBlock.BuilderToolResultBlock.Builder. content(Collection<ToolResultContentBlock> content)The content for tool result content block.
-