Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
void |
AmazonEC2Client.modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
Future<Void> |
AmazonEC2AsyncClient.modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
Future<Void> |
AmazonEC2Async.modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
Future<Void> |
AmazonEC2AsyncClient.modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest,
AsyncHandler<ModifySubnetAttributeRequest,Void> asyncHandler)
Modifies a subnet attribute.
|
Future<Void> |
AmazonEC2Async.modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest,
AsyncHandler<ModifySubnetAttributeRequest,Void> asyncHandler)
Modifies a subnet attribute.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest,
AsyncHandler<ModifySubnetAttributeRequest,Void> asyncHandler)
Modifies a subnet attribute.
|
Future<Void> |
AmazonEC2Async.modifySubnetAttributeAsync(ModifySubnetAttributeRequest modifySubnetAttributeRequest,
AsyncHandler<ModifySubnetAttributeRequest,Void> asyncHandler)
Modifies a subnet attribute.
|
Modifier and Type | Method and Description |
---|---|
ModifySubnetAttributeRequest |
ModifySubnetAttributeRequest.clone() |
ModifySubnetAttributeRequest |
ModifySubnetAttributeRequest.withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify
true to indicate that instances launched into the
specified subnet should be assigned public IP address. |
ModifySubnetAttributeRequest |
ModifySubnetAttributeRequest.withSubnetId(String subnetId)
The ID of the subnet.
|
Copyright © 2015. All rights reserved.