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