Uses of Class
org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
Packages that use AWS2EC2Configuration
Package
Description
-
Uses of AWS2EC2Configuration in org.apache.camel.component.aws2.ec2
Methods in org.apache.camel.component.aws2.ec2 that return AWS2EC2ConfigurationModifier and TypeMethodDescriptionAWS2EC2Configuration.copy()
AWS2EC2Component.getConfiguration()
AWS2EC2Endpoint.getConfiguration()
protected AWS2EC2Configuration
AWS2EC2Producer.getConfiguration()
Methods in org.apache.camel.component.aws2.ec2 with parameters of type AWS2EC2ConfigurationModifier and TypeMethodDescriptionvoid
AWS2EC2Component.setConfiguration
(AWS2EC2Configuration configuration) The component configurationConstructors in org.apache.camel.component.aws2.ec2 with parameters of type AWS2EC2ConfigurationModifierConstructorDescriptionAWS2EC2Endpoint
(String uri, org.apache.camel.Component component, AWS2EC2Configuration configuration) -
Uses of AWS2EC2Configuration in org.apache.camel.component.aws2.ec2.client
Methods in org.apache.camel.component.aws2.ec2.client with parameters of type AWS2EC2ConfigurationModifier and TypeMethodDescriptionstatic AWS2EC2InternalClient
AWS2EC2ClientFactory.getEc2Client
(AWS2EC2Configuration configuration) Return the correct AWS EC2 client (based on remote vs local). -
Uses of AWS2EC2Configuration in org.apache.camel.component.aws2.ec2.client.impl
Constructors in org.apache.camel.component.aws2.ec2.client.impl with parameters of type AWS2EC2ConfigurationModifierConstructorDescriptionAWS2EC2ClientIAMOptimizedImpl
(AWS2EC2Configuration configuration) Constructor that uses the config file.AWS2EC2ClientIAMProfileOptimizedImpl
(AWS2EC2Configuration configuration) Constructor that uses the config file.AWS2EC2ClientStandardImpl
(AWS2EC2Configuration configuration) Constructor that uses the config file.