Uses of Interface
org.apache.camel.builder.endpoint.dsl.KMS2EndpointBuilderFactory.KMS2EndpointBuilder
Packages that use KMS2EndpointBuilderFactory.KMS2EndpointBuilder
-
Uses of KMS2EndpointBuilderFactory.KMS2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return KMS2EndpointBuilderFactory.KMS2EndpointBuilderModifier and TypeMethodDescriptionAWS Key Management Service (KMS) (camel-aws2-kms) Manage keys stored in AWS KMS instances.AWS Key Management Service (KMS) (camel-aws2-kms) Manage keys stored in AWS KMS instances. -
Uses of KMS2EndpointBuilderFactory.KMS2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return KMS2EndpointBuilderFactory.KMS2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AWS Key Management Service (KMS) (camel-aws2-kms) Manage keys stored in AWS KMS instances.AWS Key Management Service (KMS) (camel-aws2-kms) Manage keys stored in AWS KMS instances.KMS2EndpointBuilderFactory.AdvancedKMS2EndpointBuilder.basic()KMS2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.operation(org.apache.camel.component.aws2.kms.KMS2Operations operation) The operation to perform.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the KMS client.To define a proxy port when instantiating the KMS client.To define a proxy port when instantiating the KMS client.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the KMS client.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the KMS client.The region in which EKS client needs to work.Amazon AWS Secret Key.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the KMS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the KMS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the KMS client should expect to load credentials through a profile credentials provider.KMS2EndpointBuilderFactory.KMS2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the KMS client should expect to load credentials through a profile credentials provider.