Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ContentBlock
Packages that use ContentBlock
-
Uses of ContentBlock in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ContentBlockModifier and TypeMethodDescriptionstatic ContentBlockCreate 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 ContentBlockModifier and TypeMethodDescriptionfinal List<ContentBlock>Message.content()The message's content.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ContentBlockModifier and TypeMethodDescriptionMessage.Builder.content(ContentBlock... content) The message's content.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ContentBlockModifier and TypeMethodDescriptionMessage.Builder.content(Collection<ContentBlock> content) The message's content.