Uses of Class
com.amazonaws.services.ec2.model.DeleteVpcRequest
-
Packages that use DeleteVpcRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteVpcRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpcRequest Modifier and Type Method Description Future<DeleteVpcResult>
AbstractAmazonEC2Async. deleteVpcAsync(DeleteVpcRequest request, AsyncHandler<DeleteVpcRequest,DeleteVpcResult> asyncHandler)
Future<DeleteVpcResult>
AmazonEC2Async. deleteVpcAsync(DeleteVpcRequest deleteVpcRequest, AsyncHandler<DeleteVpcRequest,DeleteVpcResult> asyncHandler)
Deletes the specified VPC.Future<DeleteVpcResult>
AmazonEC2AsyncClient. deleteVpcAsync(DeleteVpcRequest request, AsyncHandler<DeleteVpcRequest,DeleteVpcResult> asyncHandler)
-
Uses of DeleteVpcRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteVpcRequest Modifier and Type Method Description DeleteVpcRequest
DeleteVpcRequest. clone()
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 Modifier and Type Method Description Request<DeleteVpcRequest>
DeleteVpcRequest. getDryRunRequest()
This method is intended for internal use only.
-