Uses of Interface
com.amazonaws.secretsmanager.caching.SecretCacheHook
Packages that use SecretCacheHook
-
Uses of SecretCacheHook in com.amazonaws.secretsmanager.caching
Methods in com.amazonaws.secretsmanager.caching that return SecretCacheHookModifier and TypeMethodDescriptionSecretCacheConfiguration.getCacheHook()Returns the interface used to hook in-memory cache updates.Methods in com.amazonaws.secretsmanager.caching with parameters of type SecretCacheHookModifier and TypeMethodDescriptionvoidSecretCacheConfiguration.setCacheHook(SecretCacheHook cacheHook) Sets the interface used to hook the in-memory cache.SecretCacheConfiguration.withCacheHook(SecretCacheHook cacheHook) Sets the interface used to hook the in-memory cache.