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 InternetGateway
InternetGateway.Builder. build()
static InternetGateway
InternetGateway. 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 InternetGateway
InternetGatewayApi. createInternetGateway(String region)
Creates anInternetGateway
InternetGateway
InternetGatewayApi. 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)
DescribesInternetGateway
s. -
Uses of InternetGateway in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return InternetGateway Modifier and Type Method Description InternetGateway
InternetGatewayHandler. 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()
-