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 BooleanInternetGatewayApi. attachInternetGateway(String region, String internetGatewayId, String vpcId, InternetGatewayOptions options)Attaches anInternetGatewayto aVPC, supplying options.InternetGatewayInternetGatewayApi. createInternetGateway(String region, InternetGatewayOptions options)Creates anInternetGateway, supplying options.booleanInternetGatewayApi. deleteInternetGateway(String region, String internetGatewayId, InternetGatewayOptions options)Deletes anInternetGateway, supplying options.BooleanInternetGatewayApi. detachInternetGateway(String region, String internetGatewayId, String vpcId, InternetGatewayOptions options)Detaches anInternetGatewayfrom 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 InternetGatewayOptionsInternetGatewayOptions. NONEMethods in org.jclouds.aws.ec2.options that return InternetGatewayOptions Modifier and Type Method Description static InternetGatewayOptionsInternetGatewayOptions.Builder. dryRun()InternetGatewayOptionsInternetGatewayOptions. dryRun()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. 
 -