| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 |  | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<ModifySubnetAttributeResult> | AmazonEC2AsyncClient. modifySubnetAttributeAsync(ModifySubnetAttributeRequest request,
                          AsyncHandler<ModifySubnetAttributeRequest,ModifySubnetAttributeResult> asyncHandler) | 
| Future<ModifySubnetAttributeResult> | AmazonEC2Async. modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest,
                          AsyncHandler<ModifySubnetAttributeRequest,ModifySubnetAttributeResult> asyncHandler)
 Modifies a subnet attribute. | 
| Future<ModifySubnetAttributeResult> | AbstractAmazonEC2Async. modifySubnetAttributeAsync(ModifySubnetAttributeRequest request,
                          AsyncHandler<ModifySubnetAttributeRequest,ModifySubnetAttributeResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. clone() | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
 Specify  trueto indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
 The customer-owned IPv4 address pool associated with the subnet. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withDisableLniAtDeviceIndex(Boolean disableLniAtDeviceIndex)
 Specify  trueto indicate that local network interfaces at the current position should be disabled. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withEnableDns64(Boolean enableDns64)
 Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic
 IPv6 addresses for IPv4-only destinations. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withEnableLniAtDeviceIndex(Integer enableLniAtDeviceIndex)
 Indicates the device position for local network interfaces in this subnet. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withEnableResourceNameDnsAAAARecordOnLaunch(Boolean enableResourceNameDnsAAAARecordOnLaunch)
 Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withEnableResourceNameDnsARecordOnLaunch(Boolean enableResourceNameDnsARecordOnLaunch)
 Indicates whether to respond to DNS queries for instance hostnames with DNS A records. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withMapCustomerOwnedIpOnLaunch(Boolean mapCustomerOwnedIpOnLaunch)
 Specify  trueto indicate that network interfaces attached to instances created in the specified
 subnet should be assigned a customer-owned IPv4 address. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
 Specify  trueto indicate that network interfaces attached to instances created in the specified
 subnet should be assigned a public IPv4 address. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withPrivateDnsHostnameTypeOnLaunch(HostnameType privateDnsHostnameTypeOnLaunch)
 The type of hostname to assign to instances in the subnet at launch. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withPrivateDnsHostnameTypeOnLaunch(String privateDnsHostnameTypeOnLaunch)
 The type of hostname to assign to instances in the subnet at launch. | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withSubnetId(String subnetId)
 The ID of the subnet. | 
| Modifier and Type | Method and Description | 
|---|---|
| Request<ModifySubnetAttributeRequest> | ModifySubnetAttributeRequest. getDryRunRequest()This method is intended for internal use only. | 
Copyright © 2023. All rights reserved.