Uses of Interface
org.apache.camel.builder.endpoint.dsl.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder
Packages that use SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder
-
Uses of SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.awsSecretsManager(String path) AWS Secrets Manager (camel-aws-secrets-manager) Manage secrets using AWS Secrets Manager.StaticEndpointBuilders.awsSecretsManager(String componentName, String path) AWS Secrets Manager (camel-aws-secrets-manager) Manage secrets using AWS Secrets Manager. -
Uses of SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.SecretsManagerEndpointBuilderFactory.SecretsManagerBuilders.awsSecretsManager(String path) AWS Secrets Manager (camel-aws-secrets-manager) Manage secrets using AWS Secrets Manager.SecretsManagerEndpointBuilderFactory.SecretsManagerBuilders.awsSecretsManager(String componentName, String path) AWS Secrets Manager (camel-aws-secrets-manager) Manage secrets using AWS Secrets Manager.SecretsManagerEndpointBuilderFactory.AdvancedSecretsManagerEndpointBuilder.basic()SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.binaryPayload(boolean binaryPayload) Set if the secret is binary or not.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.binaryPayload(String binaryPayload) Set if the secret is binary or not.SecretsManagerEndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.operation(org.apache.camel.component.aws.secretsmanager.SecretsManagerOperations operation) The operation to perform.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the Secrets Manager client.To define a proxy port when instantiating the Secrets Manager client.To define a proxy port when instantiating the Secrets Manager client.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Secrets Manager client.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Secrets Manager client.The region in which Secrets Manager client needs to work.Amazon AWS Secret Key.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Translate client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the Translate client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Secrets Manager client should expect to load credentials through a profile credentials provider.SecretsManagerEndpointBuilderFactory.SecretsManagerEndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Secrets Manager client should expect to load credentials through a profile credentials provider.