Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.DocumentContentBlock
-
Packages that use DocumentContentBlock Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of DocumentContentBlock in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentContentBlock Modifier and Type Method Description static DocumentContentBlockDocumentContentBlock. 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 DocumentContentBlock Modifier and Type Method Description List<DocumentContentBlock>DocumentSource. content()The structured content of the document source, which may include various content blocks such as text, images, or other document elements.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type DocumentContentBlock Modifier and Type Method Description DocumentSource.BuilderDocumentSource.Builder. content(DocumentContentBlock... content)The structured content of the document source, which may include various content blocks such as text, images, or other document elements.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentContentBlock Modifier and Type Method Description DocumentSource.BuilderDocumentSource.Builder. content(Collection<DocumentContentBlock> content)The structured content of the document source, which may include various content blocks such as text, images, or other document elements.static DocumentSourceDocumentSource. fromContent(List<DocumentContentBlock> content)Create an instance of this class withDocumentSource.content()initialized to the given value.
-