Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteVpnConnectionRouteResponse
Packages that use DeleteVpnConnectionRouteResponse
-
Uses of DeleteVpnConnectionRouteResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteVpnConnectionRouteResponseModifier and TypeMethodDescriptiondefault 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 DeleteVpnConnectionRouteResponseModifier and TypeMethodDescriptionEc2AsyncClient.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.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.