Uses of Class
org.jclouds.aws.ec2.domain.VPC.State
-
Packages that use VPC.State Package Description org.jclouds.aws.ec2.domain -
-
Uses of VPC.State in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain that return VPC.State Modifier and Type Method Description static VPC.State
VPC.State. fromValue(String v)
abstract VPC.State
VPC.Builder. state()
abstract VPC.State
VPC. state()
static VPC.State
VPC.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static VPC.State[]
VPC.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.aws.ec2.domain with parameters of type VPC.State Modifier and Type Method Description static VPC
VPC. create(String id, VPC.State state, String cidrBlock, String dhcpOptionsId, VPC.InstanceTenancy instanceTenancy, Boolean isDefault, Map<String,String> tags)
abstract VPC.Builder
VPC.Builder. state(VPC.State state)
-