Uses of Class
org.jclouds.aws.ec2.options.CreateVpcOptions
- 
Packages that use CreateVpcOptions Package Description org.jclouds.aws.ec2.features org.jclouds.aws.ec2.options  - 
- 
Uses of CreateVpcOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type CreateVpcOptions Modifier and Type Method Description VPCVPCApi. createVpc(String region, String cidrBlock, CreateVpcOptions... options)Creates a VPC with the specified CIDR block. - 
Uses of CreateVpcOptions in org.jclouds.aws.ec2.options
Fields in org.jclouds.aws.ec2.options declared as CreateVpcOptions Modifier and Type Field Description static CreateVpcOptionsCreateVpcOptions. NONEMethods in org.jclouds.aws.ec2.options that return CreateVpcOptions Modifier and Type Method Description static CreateVpcOptionsCreateVpcOptions.Builder. dryRun()CreateVpcOptionsCreateVpcOptions. dryRun()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.static CreateVpcOptionsCreateVpcOptions.Builder. withInstanceTenancy(String instanceTenancy)CreateVpcOptionsCreateVpcOptions. withInstanceTenancy(String instanceTenancy)The instanceTenancy of the VPC that was provided during image creation. 
 -