Uses of Class
org.jclouds.aws.ec2.domain.InternetGateway
- 
Packages that use InternetGateway Package Description org.jclouds.aws.ec2.domain org.jclouds.aws.ec2.features org.jclouds.aws.ec2.xml  - 
- 
Uses of InternetGateway in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return InternetGateway Modifier and Type Method Description InternetGatewayInternetGateway.Builder. build()static InternetGatewayInternetGateway. create(String id, List<InternetGatewayAttachment> attachmentSet, Map<String,String> tags) - 
Uses of InternetGateway in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features that return InternetGateway Modifier and Type Method Description InternetGatewayInternetGatewayApi. createInternetGateway(String region)Creates anInternetGatewayInternetGatewayInternetGatewayApi. createInternetGateway(String region, InternetGatewayOptions options)Creates anInternetGateway, supplying options.Methods in org.jclouds.aws.ec2.features that return types with arguments of type InternetGateway Modifier and Type Method Description com.google.common.collect.FluentIterable<InternetGateway>InternetGatewayApi. describeInternetGatewaysInRegion(String region, String... internetGatewayIds)DescribesInternetGateways. - 
Uses of InternetGateway in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return InternetGateway Modifier and Type Method Description InternetGatewayInternetGatewayHandler. getResult()Methods in org.jclouds.aws.ec2.xml that return types with arguments of type InternetGateway Modifier and Type Method Description com.google.common.collect.FluentIterable<InternetGateway>DescribeInternetGatewaysResponseHandler. getResult() 
 -