Uses of Class
com.amazonaws.services.ec2.model.DeleteVpnGatewayRequest
-
Packages that use DeleteVpnGatewayRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteVpnGatewayRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpnGatewayRequest Modifier and Type Method Description Future<DeleteVpnGatewayResult>AbstractAmazonEC2Async. deleteVpnGatewayAsync(DeleteVpnGatewayRequest request, AsyncHandler<DeleteVpnGatewayRequest,DeleteVpnGatewayResult> asyncHandler)Future<DeleteVpnGatewayResult>AmazonEC2Async. deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest, AsyncHandler<DeleteVpnGatewayRequest,DeleteVpnGatewayResult> asyncHandler)Deletes the specified virtual private gateway.Future<DeleteVpnGatewayResult>AmazonEC2AsyncClient. deleteVpnGatewayAsync(DeleteVpnGatewayRequest request, AsyncHandler<DeleteVpnGatewayRequest,DeleteVpnGatewayResult> asyncHandler) -
Uses of DeleteVpnGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteVpnGatewayRequest Modifier and Type Method Description DeleteVpnGatewayRequestDeleteVpnGatewayRequest. clone()DeleteVpnGatewayRequestDeleteVpnGatewayRequest. withVpnGatewayId(String vpnGatewayId)The ID of the virtual private gateway.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteVpnGatewayRequest Modifier and Type Method Description Request<DeleteVpnGatewayRequest>DeleteVpnGatewayRequest. getDryRunRequest()This method is intended for internal use only.
-