Uses of Class
org.jclouds.aws.ec2.options.InternetGatewayOptions
Packages that use InternetGatewayOptions
-
Uses of InternetGatewayOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type InternetGatewayOptionsModifier and TypeMethodDescriptionInternetGatewayApi.attachInternetGateway
(String region, String internetGatewayId, String vpcId, InternetGatewayOptions options) Attaches anInternetGateway
to aVPC
, supplying options.InternetGatewayApi.createInternetGateway
(String region, InternetGatewayOptions options) Creates anInternetGateway
, supplying options.boolean
InternetGatewayApi.deleteInternetGateway
(String region, String internetGatewayId, InternetGatewayOptions options) Deletes anInternetGateway
, supplying options.InternetGatewayApi.detachInternetGateway
(String region, String internetGatewayId, String vpcId, InternetGatewayOptions options) Detaches anInternetGateway
from aVPC
, supplying options. -
Uses of InternetGatewayOptions in org.jclouds.aws.ec2.options
Fields in org.jclouds.aws.ec2.options declared as InternetGatewayOptionsMethods in org.jclouds.aws.ec2.options that return InternetGatewayOptionsModifier and TypeMethodDescriptionstatic InternetGatewayOptions
InternetGatewayOptions.Builder.dryRun()
InternetGatewayOptions.dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.