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.deleteVpc(DeleteVpcRequest deleteVpcRequest)
Deletes the specified VPC.
|
void |
AmazonEC2Client.deleteVpc(DeleteVpcRequest deleteVpcRequest)
Deletes the specified VPC.
|
Future<Void> |
AmazonEC2AsyncClient.deleteVpcAsync(DeleteVpcRequest deleteVpcRequest)
Deletes the specified VPC.
|
Future<Void> |
AmazonEC2Async.deleteVpcAsync(DeleteVpcRequest deleteVpcRequest)
Deletes the specified VPC.
|
Future<Void> |
AmazonEC2AsyncClient.deleteVpcAsync(DeleteVpcRequest deleteVpcRequest,
AsyncHandler<DeleteVpcRequest,Void> asyncHandler)
Deletes the specified VPC.
|
Future<Void> |
AmazonEC2Async.deleteVpcAsync(DeleteVpcRequest deleteVpcRequest,
AsyncHandler<DeleteVpcRequest,Void> asyncHandler)
Deletes the specified VPC.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.deleteVpcAsync(DeleteVpcRequest deleteVpcRequest,
AsyncHandler<DeleteVpcRequest,Void> asyncHandler)
Deletes the specified VPC.
|
Future<Void> |
AmazonEC2Async.deleteVpcAsync(DeleteVpcRequest deleteVpcRequest,
AsyncHandler<DeleteVpcRequest,Void> asyncHandler)
Deletes the specified VPC.
|
Modifier and Type | Method and Description |
---|---|
DeleteVpcRequest |
DeleteVpcRequest.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteVpcRequest> |
DeleteVpcRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.