Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteVpnConnectionRouteRequest
-
Packages that use DeleteVpnConnectionRouteRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of DeleteVpnConnectionRouteRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DeleteVpnConnectionRouteRequest Modifier and Type Method Description 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.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. -
Uses of DeleteVpnConnectionRouteRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DeleteVpnConnectionRouteRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVpnConnectionRouteRequestMarshaller. marshall(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)
-