Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ContentBlock
-
Packages that use ContentBlock Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ContentBlock in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ContentBlock Modifier and Type Method Description static 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 ContentBlockContentBlock. fromText(String text)Create 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 ContentBlock Modifier and Type Method Description List<ContentBlock>Message. content()The content in the message.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ContentBlock Modifier and Type Method Description Message.BuilderMessage.Builder. content(ContentBlock... content)The content in the message.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ContentBlock Modifier and Type Method Description Message.BuilderMessage.Builder. content(Collection<ContentBlock> content)The content in the message.
-