Uses of Class
software.amazon.awssdk.services.ec2.model.VpnStaticRoute
Packages that use VpnStaticRoute
-
Uses of VpnStaticRoute in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnStaticRouteModifier and TypeMethodDescriptionfinal List<VpnStaticRoute>VpnConnection.routes()The static routes associated with the VPN connection.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpnStaticRouteModifier and TypeMethodDescriptionVpnConnection.Builder.routes(VpnStaticRoute... routes) The static routes associated with the VPN connection.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpnStaticRouteModifier and TypeMethodDescriptionVpnConnection.Builder.routes(Collection<VpnStaticRoute> routes) The static routes associated with the VPN connection.