Uses of Class
org.jclouds.aws.ec2.options.InternetGatewayOptions
-
Packages that use InternetGatewayOptions Package Description org.jclouds.aws.ec2.features org.jclouds.aws.ec2.options -
-
Uses of InternetGatewayOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type InternetGatewayOptions Modifier and Type Method Description Boolean
InternetGatewayApi. attachInternetGateway(String region, String internetGatewayId, String vpcId, InternetGatewayOptions options)
Attaches anInternetGateway
to aVPC
, supplying options.InternetGateway
InternetGatewayApi. createInternetGateway(String region, InternetGatewayOptions options)
Creates anInternetGateway
, supplying options.boolean
InternetGatewayApi. deleteInternetGateway(String region, String internetGatewayId, InternetGatewayOptions options)
Deletes anInternetGateway
, supplying options.Boolean
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 InternetGatewayOptions Modifier and Type Field Description static InternetGatewayOptions
InternetGatewayOptions. NONE
Methods in org.jclouds.aws.ec2.options that return InternetGatewayOptions Modifier and Type Method Description static InternetGatewayOptions
InternetGatewayOptions.Builder. dryRun()
InternetGatewayOptions
InternetGatewayOptions. dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-