Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CachePointBlock
-
Packages that use CachePointBlock Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of CachePointBlock in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CachePointBlock Modifier and Type Method Description CachePointBlockContentBlock. cachePoint()Creates a cache checkpoint within a message.CachePointBlockSystemContentBlock. cachePoint()Creates a cache checkpoint within a tool designationCachePointBlockTextPromptTemplateConfiguration. cachePoint()A cache checkpoint within a template configuration.CachePointBlockTool. cachePoint()Creates a cache checkpoint within a tool designationMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type CachePointBlock Modifier and Type Method Description ContentBlock.BuilderContentBlock.Builder. cachePoint(CachePointBlock cachePoint)Creates a cache checkpoint within a message.SystemContentBlock.BuilderSystemContentBlock.Builder. cachePoint(CachePointBlock cachePoint)Creates a cache checkpoint within a tool designationTextPromptTemplateConfiguration.BuilderTextPromptTemplateConfiguration.Builder. cachePoint(CachePointBlock cachePoint)A cache checkpoint within a template configuration.Tool.BuilderTool.Builder. cachePoint(CachePointBlock cachePoint)Creates a cache checkpoint within a tool designationstatic ContentBlockContentBlock. fromCachePoint(CachePointBlock cachePoint)Create an instance of this class withContentBlock.cachePoint()initialized to the given value.static SystemContentBlockSystemContentBlock. fromCachePoint(CachePointBlock cachePoint)Create an instance of this class withSystemContentBlock.cachePoint()initialized to the given value.static ToolTool. fromCachePoint(CachePointBlock cachePoint)Create an instance of this class withTool.cachePoint()initialized to the given value.
-