Uses of Class
com.amazonaws.services.ec2.model.VpnStaticRoute
Packages that use VpnStaticRoute
-
Uses of VpnStaticRoute in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpnStaticRouteModifier and TypeMethodDescriptionVpnStaticRoute.clone()
VpnStaticRoute.withDestinationCidrBlock
(String destinationCidrBlock) The CIDR block associated with the local subnet of the customer data center.VpnStaticRoute.withSource
(VpnStaticRouteSource source) Indicates how the routes were provided.VpnStaticRoute.withSource
(String source) Indicates how the routes were provided.The current state of the static route.The current state of the static route.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpnStaticRouteModifier and TypeMethodDescriptionVpnConnection.getRoutes()
The static routes associated with the VPN connection.Methods in com.amazonaws.services.ec2.model with parameters of type VpnStaticRouteModifier and TypeMethodDescriptionVpnConnection.withRoutes
(VpnStaticRoute... routes) The static routes associated with the VPN connection.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpnStaticRouteModifier and TypeMethodDescriptionvoid
VpnConnection.setRoutes
(Collection<VpnStaticRoute> routes) The static routes associated with the VPN connection.VpnConnection.withRoutes
(Collection<VpnStaticRoute> routes) The static routes associated with the VPN connection.