Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentBlock
-
Packages that use DocumentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of DocumentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentBlock Modifier and Type Method Description DocumentBlockContentBlock. document()A document to include in the message.DocumentBlockToolResultContentBlock. document()A tool result that is a document.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type DocumentBlock Modifier and Type Method Description ContentBlock.BuilderContentBlock.Builder. document(DocumentBlock document)A document to include in the message.ToolResultContentBlock.BuilderToolResultContentBlock.Builder. document(DocumentBlock document)A tool result that is a document.static ContentBlockContentBlock. fromDocument(DocumentBlock document)Create an instance of this class withContentBlock.document()initialized to the given value.static ToolResultContentBlockToolResultContentBlock. fromDocument(DocumentBlock document)Create an instance of this class withToolResultContentBlock.document()initialized to the given value.
-