Uses of Class
org.apache.camel.component.aws2.ec2.AWS2EC2Configuration
-
Packages that use AWS2EC2Configuration Package Description org.apache.camel.component.aws2.ec2 org.apache.camel.component.aws2.ec2.client org.apache.camel.component.aws2.ec2.client.impl -
-
Uses of AWS2EC2Configuration in org.apache.camel.component.aws2.ec2
Methods in org.apache.camel.component.aws2.ec2 that return AWS2EC2Configuration Modifier and Type Method Description AWS2EC2Configuration
AWS2EC2Configuration. copy()
AWS2EC2Configuration
AWS2EC2Component. getConfiguration()
AWS2EC2Configuration
AWS2EC2Endpoint. getConfiguration()
protected AWS2EC2Configuration
AWS2EC2Producer. getConfiguration()
Methods in org.apache.camel.component.aws2.ec2 with parameters of type AWS2EC2Configuration Modifier and Type Method Description void
AWS2EC2Component. setConfiguration(AWS2EC2Configuration configuration)
The component configurationConstructors in org.apache.camel.component.aws2.ec2 with parameters of type AWS2EC2Configuration Constructor Description AWS2EC2Endpoint(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 AWS2EC2Configuration Modifier and Type Method Description static 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 AWS2EC2Configuration Constructor Description AWS2EC2ClientIAMOptimizedImpl(AWS2EC2Configuration configuration)
Constructor that uses the config file.AWS2EC2ClientStandardImpl(AWS2EC2Configuration configuration)
Constructor that uses the config file.
-