Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ContentBlock
Packages that use ContentBlock
-
Uses of ContentBlock in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ContentBlockModifier and TypeMethodDescriptionstatic ContentBlockContentBlock.fromCachePoint(Consumer<CachePointBlock.Builder> cachePoint) Create an instance of this class withcachePoint()initialized to the given value.static ContentBlockContentBlock.fromCachePoint(CachePointBlock cachePoint) Create an instance of this class withcachePoint()initialized to the given value.static ContentBlockCreate an instance of this class withtext()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ContentBlockModifier and TypeMethodDescriptionfinal List<ContentBlock>Message.content()The content in the message.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ContentBlockModifier and TypeMethodDescriptionMessage.Builder.content(ContentBlock... content) The content in the message.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ContentBlockModifier and TypeMethodDescriptionMessage.Builder.content(Collection<ContentBlock> content) The content in the message.