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 interfaceAmazonEC2AsyncInterface for accessing Amazon EC2 asynchronously.Classes in com.amazonaws.services.ec2 that implement AmazonEC2 Modifier and Type Class Description classAbstractAmazonEC2Abstract implementation ofAmazonEC2.classAbstractAmazonEC2AsyncAbstract implementation ofAmazonEC2Async.classAmazonEC2AsyncClientInterface for accessing Amazon EC2 asynchronously.classAmazonEC2ClientClient 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 booleanSecurityGroupUtils. doesSecurityGroupExist(AmazonEC2 ec2, String securityGroupName)Provides a quick answer to whether a security group exists.
-