Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CachePointBlock
Packages that use CachePointBlock
-
Uses of CachePointBlock in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CachePointBlockModifier and TypeMethodDescriptionfinal CachePointBlockContentBlock.cachePoint()Creates a cache checkpoint within a message.final CachePointBlockSystemContentBlock.cachePoint()Creates a cache checkpoint within a tool designationfinal CachePointBlockTextPromptTemplateConfiguration.cachePoint()A cache checkpoint within a template configuration.final CachePointBlockTool.cachePoint()Creates a cache checkpoint within a tool designationMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type CachePointBlockModifier and TypeMethodDescriptionContentBlock.Builder.cachePoint(CachePointBlock cachePoint) Creates a cache checkpoint within a message.SystemContentBlock.Builder.cachePoint(CachePointBlock cachePoint) Creates a cache checkpoint within a tool designationTextPromptTemplateConfiguration.Builder.cachePoint(CachePointBlock cachePoint) A cache checkpoint within a template configuration.Tool.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.