Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CacheDetail
Packages that use CacheDetail
-
Uses of CacheDetail in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CacheDetailModifier and TypeMethodDescriptionfinal List<CacheDetail>TokenUsage.cacheDetails()Detailed breakdown of cache writes by TTL.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CacheDetailModifier and TypeMethodDescriptionTokenUsage.Builder.cacheDetails(CacheDetail... cacheDetails) Detailed breakdown of cache writes by TTL.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type CacheDetailModifier and TypeMethodDescriptionTokenUsage.Builder.cacheDetails(Collection<CacheDetail> cacheDetails) Detailed breakdown of cache writes by TTL.