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 Subnet
AWSSubnetApi. 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 CreateSubnetOptions
CreateSubnetOptions. availabilityZone(String availabilityZone)
The Availability Zone for the subnet.static CreateSubnetOptions
CreateSubnetOptions.Builder. availabilityZone(String availabilityZone)
static CreateSubnetOptions
CreateSubnetOptions.Builder. dryRun()
CreateSubnetOptions
CreateSubnetOptions. dryRun()
-