Uses of Class
com.amazonaws.secretsmanager.util.Config
Packages that use Config
Package
Description
This package contains utility classes that support the rest of the codebase.
-
Uses of Config in com.amazonaws.secretsmanager.util
Methods in com.amazonaws.secretsmanager.util that return ConfigModifier and TypeMethodDescriptionConfig.getSubconfig(String subprefix) Extracts all of the properties for a given subprefix into its ownConfigobject.static ConfigConfig.loadConfigFrom(String resourceName) Loads a configuration from a specific configuration file.static ConfigConfig.loadMainConfig()Loads a configuration fromCONFIG_FILE_NAME.Constructors in com.amazonaws.secretsmanager.util with parameters of type ConfigModifierConstructorDescriptionJDBCSecretCacheBuilderProvider(Config config) Constructs the provider with the provided configuration.