Uses of Class
org.jclouds.aws.ec2.options.ModifySubnetAttributeOptions
- 
Packages that use ModifySubnetAttributeOptions Package Description org.jclouds.aws.ec2.features org.jclouds.aws.ec2.options  - 
- 
Uses of ModifySubnetAttributeOptions in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with parameters of type ModifySubnetAttributeOptions Modifier and Type Method Description booleanAWSSubnetApi. modifySubnetAttribute(String region, String subnetId, ModifySubnetAttributeOptions options)Modifies a subnet attribute. - 
Uses of ModifySubnetAttributeOptions in org.jclouds.aws.ec2.options
Methods in org.jclouds.aws.ec2.options that return ModifySubnetAttributeOptions Modifier and Type Method Description ModifySubnetAttributeOptionsModifySubnetAttributeOptions. assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)The Availability Zone for the subnet.static ModifySubnetAttributeOptionsModifySubnetAttributeOptions.Builder. assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)static ModifySubnetAttributeOptionsModifySubnetAttributeOptions.Builder. mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)ModifySubnetAttributeOptionsModifySubnetAttributeOptions. mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) 
 -