Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteVpcResult> |
AbstractAmazonEC2Async.deleteVpcAsync(DeleteVpcRequest request,
AsyncHandler<DeleteVpcRequest,DeleteVpcResult> asyncHandler) |
Future<DeleteVpcResult> |
AmazonEC2AsyncClient.deleteVpcAsync(DeleteVpcRequest request,
AsyncHandler<DeleteVpcRequest,DeleteVpcResult> asyncHandler) |
Future<DeleteVpcResult> |
AmazonEC2Async.deleteVpcAsync(DeleteVpcRequest deleteVpcRequest,
AsyncHandler<DeleteVpcRequest,DeleteVpcResult> asyncHandler)
Deletes the specified VPC.
|
Modifier and Type | Method and Description |
---|---|
DeleteVpcRequest |
DeleteVpcRequest.clone() |
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 © 2018. All rights reserved.