Uses of Class
overit.geocall.secrets.SecretsManagerException
Packages that use SecretsManagerException
-
Uses of SecretsManagerException in overit.geocall.secrets
Methods in overit.geocall.secrets that throw SecretsManagerExceptionModifier and TypeMethodDescriptionFetches aSecretby its name, returning it if found, otherwise aSecretsManagerExceptionis thrown.Fetches aSecretby its name and versionId, returning it if found, otherwise aSecretsManagerExceptionis thrown.CachedSecretsManager.getPrevious(@NotNull String name) SecretsManager.getPrevious(@NotNull String name) Retrieves the previous value of theSecretif found, otherwise aSecretsManagerExceptionis thrown.CachedSecretsManager.optionalGet(@NotNull String name) CachedSecretsManager.optionalGet(String name, @NotNull String versionId) SecretsManager.optionalGet(@NotNull String name) SecretsManager.optionalGet(@NotNull String name, @NotNull String versionId) CachedSecretsManager.optionalGetPrevious(@NotNull String name) SecretsManager.optionalGetPrevious(@NotNull String name) Fetches the previous value of aSecretby its name returning anOptional(Optional.empty()if not found).voidCachedSecretsManager.removeFromCache(@NotNull String name) voidSecretsManager.removeFromCache(@NotNull String name) Removes aSecretfrom the local cache if present. -
Uses of SecretsManagerException in overit.geocall.secrets.procedures
Methods in overit.geocall.secrets.procedures that throw SecretsManagerException