Uses of Class
org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration
Packages that use SecretsManagerConfiguration
Package
Description
-
Uses of SecretsManagerConfiguration in org.apache.camel.component.aws.secretsmanager
Methods in org.apache.camel.component.aws.secretsmanager that return SecretsManagerConfigurationModifier and TypeMethodDescriptionSecretsManagerConfiguration.copy()SecretsManagerComponent.getConfiguration()SecretsManagerEndpoint.getConfiguration()protected SecretsManagerConfigurationSecretsManagerProducer.getConfiguration()Methods in org.apache.camel.component.aws.secretsmanager with parameters of type SecretsManagerConfigurationModifier and TypeMethodDescriptionvoidSecretsManagerComponent.setConfiguration(SecretsManagerConfiguration configuration) Component configurationConstructors in org.apache.camel.component.aws.secretsmanager with parameters of type SecretsManagerConfigurationModifierConstructorDescriptionSecretsManagerEndpoint(String uri, org.apache.camel.Component component, SecretsManagerConfiguration configuration) -
Uses of SecretsManagerConfiguration in org.apache.camel.component.aws.secretsmanager.client
Methods in org.apache.camel.component.aws.secretsmanager.client with parameters of type SecretsManagerConfigurationModifier and TypeMethodDescriptionstatic SecretsManagerInternalClientSecretsManagerClientFactory.getSecretsManagerClient(SecretsManagerConfiguration configuration) Return the correct aws Secrets Manager client (based on remote vs local). -
Uses of SecretsManagerConfiguration in org.apache.camel.component.aws.secretsmanager.client.impl
Constructors in org.apache.camel.component.aws.secretsmanager.client.impl with parameters of type SecretsManagerConfigurationModifierConstructorDescriptionSecretsManagerClientIAMOptimized(SecretsManagerConfiguration configuration) Constructor that uses the config file.Constructor that uses the config file.SecretsManagerClientStandardImpl(SecretsManagerConfiguration configuration) Constructor that uses the config file.