Uses of Class
org.jclouds.aws.ec2.domain.InternetGateway
Packages that use InternetGateway
-
Uses of InternetGateway in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return InternetGatewayModifier and TypeMethodDescriptionInternetGateway.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 InternetGatewayModifier and TypeMethodDescriptionInternetGatewayApi.createInternetGateway
(String region) Creates anInternetGateway
InternetGatewayApi.createInternetGateway
(String region, InternetGatewayOptions options) Creates anInternetGateway
, supplying options.Methods in org.jclouds.aws.ec2.features that return types with arguments of type InternetGatewayModifier and TypeMethodDescriptioncom.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 InternetGatewayMethods in org.jclouds.aws.ec2.xml that return types with arguments of type InternetGatewayModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<InternetGateway> DescribeInternetGatewaysResponseHandler.getResult()