Uses of Interface
org.apache.camel.component.aws2.ec2.client.AWS2EC2InternalClient
-
Packages that use AWS2EC2InternalClient Package Description org.apache.camel.component.aws2.ec2.client org.apache.camel.component.aws2.ec2.client.impl -
-
Uses of AWS2EC2InternalClient in org.apache.camel.component.aws2.ec2.client
Methods in org.apache.camel.component.aws2.ec2.client that return AWS2EC2InternalClient Modifier and Type Method Description static AWS2EC2InternalClientAWS2EC2ClientFactory. getEc2Client(AWS2EC2Configuration configuration)Return the correct AWS EC2 client (based on remote vs local). -
Uses of AWS2EC2InternalClient in org.apache.camel.component.aws2.ec2.client.impl
Classes in org.apache.camel.component.aws2.ec2.client.impl that implement AWS2EC2InternalClient Modifier and Type Class Description classAWS2EC2ClientIAMOptimizedImplManage an AWS EC2 client for all users to use (enabling temporary creds).classAWS2EC2ClientStandardImplManage an AWS EC2 client for all users to use.
-