Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.CacheDetail
-
Packages that use CacheDetail Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
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 CacheDetail Modifier and Type Method Description List<CacheDetail>TokenUsage. cacheDetails()Detailed breakdown of cache writes by TTL.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CacheDetail Modifier and Type Method Description TokenUsage.BuilderTokenUsage.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 CacheDetail Modifier and Type Method Description TokenUsage.BuilderTokenUsage.Builder. cacheDetails(Collection<CacheDetail> cacheDetails)Detailed breakdown of cache writes by TTL.
-