Uses of Class
com.amazonaws.services.ec2.model.DeleteVpcResult
Packages that use DeleteVpcResult
-
Uses of DeleteVpcResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteVpcResultModifier and TypeMethodDescriptionAbstractAmazonEC2.deleteVpc
(DeleteVpcRequest request) AmazonEC2.deleteVpc
(DeleteVpcRequest deleteVpcRequest) Deletes the specified VPC.AmazonEC2Client.deleteVpc
(DeleteVpcRequest deleteVpcRequest) Deletes the specified VPC.Methods in com.amazonaws.services.ec2 that return types with arguments of type DeleteVpcResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.deleteVpcAsync
(DeleteVpcRequest request) AbstractAmazonEC2Async.deleteVpcAsync
(DeleteVpcRequest request, AsyncHandler<DeleteVpcRequest, DeleteVpcResult> asyncHandler) AmazonEC2Async.deleteVpcAsync
(DeleteVpcRequest deleteVpcRequest) Deletes the specified VPC.AmazonEC2Async.deleteVpcAsync
(DeleteVpcRequest deleteVpcRequest, AsyncHandler<DeleteVpcRequest, DeleteVpcResult> asyncHandler) Deletes the specified VPC.AmazonEC2AsyncClient.deleteVpcAsync
(DeleteVpcRequest request) AmazonEC2AsyncClient.deleteVpcAsync
(DeleteVpcRequest request, AsyncHandler<DeleteVpcRequest, DeleteVpcResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpcResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.deleteVpcAsync
(DeleteVpcRequest request, AsyncHandler<DeleteVpcRequest, DeleteVpcResult> asyncHandler) AmazonEC2Async.deleteVpcAsync
(DeleteVpcRequest deleteVpcRequest, AsyncHandler<DeleteVpcRequest, DeleteVpcResult> asyncHandler) Deletes the specified VPC.AmazonEC2AsyncClient.deleteVpcAsync
(DeleteVpcRequest request, AsyncHandler<DeleteVpcRequest, DeleteVpcResult> asyncHandler) -
Uses of DeleteVpcResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteVpcResult