Uses of Class
org.apache.camel.component.aws2.iam.IAM2Configuration
Packages that use IAM2Configuration
Package
Description
-
Uses of IAM2Configuration in org.apache.camel.component.aws2.iam
Methods in org.apache.camel.component.aws2.iam that return IAM2ConfigurationModifier and TypeMethodDescriptionIAM2Configuration.copy()IAM2Component.getConfiguration()IAM2Endpoint.getConfiguration()protected IAM2ConfigurationIAM2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.iam with parameters of type IAM2ConfigurationModifier and TypeMethodDescriptionvoidIAM2Component.setConfiguration(IAM2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.iam with parameters of type IAM2ConfigurationModifierConstructorDescriptionIAM2Endpoint(String uri, org.apache.camel.Component component, IAM2Configuration configuration) -
Uses of IAM2Configuration in org.apache.camel.component.aws2.iam.client
Methods in org.apache.camel.component.aws2.iam.client with parameters of type IAM2ConfigurationModifier and TypeMethodDescriptionstatic IAM2InternalClientIAM2ClientFactory.getIamClient(IAM2Configuration configuration) Return the correct AWS IAM client (based on remote vs local). -
Uses of IAM2Configuration in org.apache.camel.component.aws2.iam.client.impl
Constructors in org.apache.camel.component.aws2.iam.client.impl with parameters of type IAM2ConfigurationModifierConstructorDescriptionIAM2ClientOptimizedImpl(IAM2Configuration configuration) Constructor that uses the config file.IAM2ClientProfileOptimizedImpl(IAM2Configuration configuration) Constructor that uses the config file.IAM2ClientStandardImpl(IAM2Configuration configuration) Constructor that uses the config file.