Interface AWS2EC2InternalClient
-
- All Known Implementing Classes:
AWS2EC2ClientIAMOptimizedImpl
,AWS2EC2ClientStandardImpl
public interface AWS2EC2InternalClient
Manage the required actions of an EC2 client for either local or remote.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description software.amazon.awssdk.services.ec2.Ec2Client
getEc2Client()
Returns an EC2 client after a factory method determines which one to return.
-