Uses of Class
com.amazonaws.services.ec2.model.DeleteVpnGatewayResult
-
Packages that use DeleteVpnGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteVpnGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DeleteVpnGatewayResult Modifier and Type Method Description DeleteVpnGatewayResult
AbstractAmazonEC2. deleteVpnGateway(DeleteVpnGatewayRequest request)
DeleteVpnGatewayResult
AmazonEC2. deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.DeleteVpnGatewayResult
AmazonEC2Client. deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteVpnGatewayResult 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 DeleteVpnGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteVpnGatewayResult Modifier and Type Method Description DeleteVpnGatewayResult
DeleteVpnGatewayResult. clone()
-