Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ContentBlock
-
Packages that use ContentBlock Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ContentBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ContentBlock Modifier and Type Method Description static ContentBlockContentBlock. fromText(String text)Create an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ContentBlock Modifier and Type Method Description List<ContentBlock>Message. content()The message's content.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ContentBlock Modifier and Type Method Description Message.BuilderMessage.Builder. content(ContentBlock... content)The message's content.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ContentBlock Modifier and Type Method Description Message.BuilderMessage.Builder. content(Collection<ContentBlock> content)The message's content.
-