Uses of Interface
com.amazonaws.services.ec2.AmazonEC2
-
Packages that use AmazonEC2 Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.util Utilities for working with Amazon EC2 such as generating policy signatures for use with the bundling API. -
-
Uses of AmazonEC2 in com.amazonaws.services.ec2
Subinterfaces of AmazonEC2 in com.amazonaws.services.ec2 Modifier and Type Interface Description interface
AmazonEC2Async
Interface for accessing Amazon EC2 asynchronously.Classes in com.amazonaws.services.ec2 that implement AmazonEC2 Modifier and Type Class Description class
AbstractAmazonEC2
Abstract implementation ofAmazonEC2
.class
AbstractAmazonEC2Async
Abstract implementation ofAmazonEC2Async
.class
AmazonEC2AsyncClient
Interface for accessing Amazon EC2 asynchronously.class
AmazonEC2Client
Client for accessing Amazon EC2. -
Uses of AmazonEC2 in com.amazonaws.services.ec2.util
Methods in com.amazonaws.services.ec2.util with parameters of type AmazonEC2 Modifier and Type Method Description static boolean
SecurityGroupUtils. doesSecurityGroupExist(AmazonEC2 ec2, String securityGroupName)
Provides a quick answer to whether a security group exists.
-