Uses of Class
org.jclouds.aws.ec2.options.CreateSubnetOptions
- 
Packages that use CreateSubnetOptions Package Description org.jclouds.aws.ec2.features org.jclouds.aws.ec2.options  - 
- 
Uses of CreateSubnetOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type CreateSubnetOptions Modifier and Type Method Description SubnetAWSSubnetApi. createSubnetInRegion(String region, String vpcId, String cidrBlock, CreateSubnetOptions... options)Creates a subnet in an existing VPC. - 
Uses of CreateSubnetOptions in org.jclouds.aws.ec2.options
Methods in org.jclouds.aws.ec2.options that return CreateSubnetOptions Modifier and Type Method Description CreateSubnetOptionsCreateSubnetOptions. availabilityZone(String availabilityZone)The Availability Zone for the subnet.static CreateSubnetOptionsCreateSubnetOptions.Builder. availabilityZone(String availabilityZone)static CreateSubnetOptionsCreateSubnetOptions.Builder. dryRun()CreateSubnetOptionsCreateSubnetOptions. dryRun() 
 -