Class AWS2EC2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.ec2.client.impl.AWS2EC2ClientStandardImpl
All Implemented Interfaces:
AWS2EC2InternalClient

public class AWS2EC2ClientStandardImpl extends Object implements AWS2EC2InternalClient
Manage an AWS EC2 client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • AWS2EC2ClientStandardImpl

      public AWS2EC2ClientStandardImpl(AWS2EC2Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getEc2Client

      public software.amazon.awssdk.services.ec2.Ec2Client getEc2Client()
      Getting the EC2 AWS client that is used.
      Specified by:
      getEc2Client in interface AWS2EC2InternalClient
      Returns:
      Amazon EC2 Client.