Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.CacheTTL
Packages that use CacheTTL
-
Uses of CacheTTL in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CacheTTLModifier and TypeMethodDescriptionstatic CacheTTLUse this in place of valueOf to convert the raw string returned by the service into the enum value.final CacheTTLCacheDetail.ttl()TTL duration for these cached tokensfinal CacheTTLCachePointBlock.ttl()Optional TTL duration for cache entries.static CacheTTLReturns the enum constant of this type with the specified name.static CacheTTL[]CacheTTL.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CacheTTLMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type CacheTTLModifier and TypeMethodDescriptionTTL duration for these cached tokensOptional TTL duration for cache entries.