|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteVpcRequest | |
---|---|
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. |
Uses of DeleteVpcRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type DeleteVpcRequest | |
---|---|
void |
AmazonEC2Client.deleteVpc(DeleteVpcRequest deleteVpcRequest)
Deletes the specified VPC. |
void |
AmazonEC2.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. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpcRequest | |
---|---|
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. |
Uses of DeleteVpcRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DeleteVpcRequest | |
---|---|
DeleteVpcRequest |
DeleteVpcRequest.withVpcId(String vpcId)
The ID of the VPC. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteVpcRequest | |
---|---|
Request<DeleteVpcRequest> |
DeleteVpcRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |