| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 | |
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<Void> | AmazonEC2AsyncClient. modifySubnetAttributeAsync(ModifySubnetAttributeRequest request,
                          AsyncHandler<ModifySubnetAttributeRequest,Void> asyncHandler) | 
| Future<Void> | AmazonEC2Async. modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest,
                          AsyncHandler<ModifySubnetAttributeRequest,Void> asyncHandler)
 Modifies a subnet attribute. | 
| Future<Void> | AbstractAmazonEC2Async. modifySubnetAttributeAsync(ModifySubnetAttributeRequest request,
                          AsyncHandler<ModifySubnetAttributeRequest,Void> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. clone() | 
| ModifySubnetAttributeRequest | ModifySubnetAttributeRequest. withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
 Specify  trueto indicate that instances launched into the
 specified subnet should be assigned public IP address. | 
| 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 © 2016. All rights reserved.