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