Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteVpnConnectionRouteResponse
-
Packages that use DeleteVpnConnectionRouteResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DeleteVpnConnectionRouteResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteVpnConnectionRouteResponse Modifier and Type Method Description default DeleteVpnConnectionRouteResponseEc2Client. deleteVpnConnectionRoute(Consumer<DeleteVpnConnectionRouteRequest.Builder> deleteVpnConnectionRouteRequest)Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway.default DeleteVpnConnectionRouteResponseEc2Client. deleteVpnConnectionRoute(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteVpnConnectionRouteResponse Modifier and Type Method Description default CompletableFuture<DeleteVpnConnectionRouteResponse>Ec2AsyncClient. deleteVpnConnectionRoute(Consumer<DeleteVpnConnectionRouteRequest.Builder> deleteVpnConnectionRouteRequest)Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway.default CompletableFuture<DeleteVpnConnectionRouteResponse>Ec2AsyncClient. deleteVpnConnectionRoute(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway.
-