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.deleteSubnet(DeleteSubnetRequest deleteSubnetRequest)
Deletes the specified subnet.
|
void |
AmazonEC2Client.deleteSubnet(DeleteSubnetRequest deleteSubnetRequest)
Deletes the specified subnet.
|
Future<Void> |
AmazonEC2AsyncClient.deleteSubnetAsync(DeleteSubnetRequest deleteSubnetRequest)
Deletes the specified subnet.
|
Future<Void> |
AmazonEC2Async.deleteSubnetAsync(DeleteSubnetRequest deleteSubnetRequest)
Deletes the specified subnet.
|
Future<Void> |
AmazonEC2AsyncClient.deleteSubnetAsync(DeleteSubnetRequest deleteSubnetRequest,
AsyncHandler<DeleteSubnetRequest,Void> asyncHandler)
Deletes the specified subnet.
|
Future<Void> |
AmazonEC2Async.deleteSubnetAsync(DeleteSubnetRequest deleteSubnetRequest,
AsyncHandler<DeleteSubnetRequest,Void> asyncHandler)
Deletes the specified subnet.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.deleteSubnetAsync(DeleteSubnetRequest deleteSubnetRequest,
AsyncHandler<DeleteSubnetRequest,Void> asyncHandler)
Deletes the specified subnet.
|
Future<Void> |
AmazonEC2Async.deleteSubnetAsync(DeleteSubnetRequest deleteSubnetRequest,
AsyncHandler<DeleteSubnetRequest,Void> asyncHandler)
Deletes the specified subnet.
|
Modifier and Type | Method and Description |
---|---|
DeleteSubnetRequest |
DeleteSubnetRequest.withSubnetId(String subnetId)
The ID of the subnet.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteSubnetRequest> |
DeleteSubnetRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.