Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifySubnetAttributeResult> |
AmazonEC2Async.modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest,
AsyncHandler<ModifySubnetAttributeRequest,ModifySubnetAttributeResult> asyncHandler)
Modifies a subnet attribute.
|
Future<ModifySubnetAttributeResult> |
AbstractAmazonEC2Async.modifySubnetAttributeAsync(ModifySubnetAttributeRequest request,
AsyncHandler<ModifySubnetAttributeRequest,ModifySubnetAttributeResult> asyncHandler) |
Future<ModifySubnetAttributeResult> |
AmazonEC2AsyncClient.modifySubnetAttributeAsync(ModifySubnetAttributeRequest request,
AsyncHandler<ModifySubnetAttributeRequest,ModifySubnetAttributeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifySubnetAttributeRequest |
ModifySubnetAttributeRequest.clone() |
ModifySubnetAttributeRequest |
ModifySubnetAttributeRequest.withAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
Specify
true to indicate that network interfaces created in the specified subnet should be assigned
an IPv6 address. |
ModifySubnetAttributeRequest |
ModifySubnetAttributeRequest.withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify
true to indicate that network interfaces created in the specified subnet should be assigned
a public IPv4 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 © 2017. All rights reserved.