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 boolean
AWSSubnetApi. 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 ModifySubnetAttributeOptions
ModifySubnetAttributeOptions. assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
The Availability Zone for the subnet.static ModifySubnetAttributeOptions
ModifySubnetAttributeOptions.Builder. assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
static ModifySubnetAttributeOptions
ModifySubnetAttributeOptions.Builder. mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
ModifySubnetAttributeOptions
ModifySubnetAttributeOptions. mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
-