Uses of Class
com.amazonaws.secretsmanager.caching.SecretCacheConfiguration
Packages that use SecretCacheConfiguration
-
Uses of SecretCacheConfiguration in com.amazonaws.secretsmanager.caching
Methods in com.amazonaws.secretsmanager.caching that return SecretCacheConfigurationModifier and TypeMethodDescriptionSecretCacheConfiguration.withCacheHook(SecretCacheHook cacheHook) Sets the interface used to hook the in-memory cache.SecretCacheConfiguration.withCacheItemTTL(long cacheItemTTL) Sets the TTL in milliseconds for the cached items.SecretCacheConfiguration.withClient(software.amazon.awssdk.services.secretsmanager.SecretsManagerClient client) Sets the AWS Secrets Manager client that should be used by the cache for requesting secrets.SecretCacheConfiguration.withMaxCacheSize(int maxCacheSize) Sets the max cache size.SecretCacheConfiguration.withVersionStage(String versionStage) Sets the version stage that should be used for requesting secret values from AWS Secrets ManagerConstructors in com.amazonaws.secretsmanager.caching with parameters of type SecretCacheConfigurationModifierConstructorDescriptionSecretCache(SecretCacheConfiguration config) Constructs a new secret cache using the provided cache configuration. -
Uses of SecretCacheConfiguration in com.amazonaws.secretsmanager.caching.cache
Fields in com.amazonaws.secretsmanager.caching.cache declared as SecretCacheConfigurationModifier and TypeFieldDescriptionprotected final SecretCacheConfigurationSecretCacheObject.configThe Secret Cache Configuration.Constructors in com.amazonaws.secretsmanager.caching.cache with parameters of type SecretCacheConfigurationModifierConstructorDescriptionSecretCacheItem(String secretId, software.amazon.awssdk.services.secretsmanager.SecretsManagerClient client, SecretCacheConfiguration config) Construct a new cached item for the secret.SecretCacheObject(String secretId, software.amazon.awssdk.services.secretsmanager.SecretsManagerClient client, SecretCacheConfiguration config) Construct a new cached item for the secret.SecretCacheVersion(String secretId, String versionId, software.amazon.awssdk.services.secretsmanager.SecretsManagerClient client, SecretCacheConfiguration config) Construct a new cached version for the secret.