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 VpnStaticRoute
VpnStaticRoute. clone()
VpnStaticRoute
VpnStaticRoute. withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer data center.VpnStaticRoute
VpnStaticRoute. withSource(VpnStaticRouteSource source)
Indicates how the routes were provided.VpnStaticRoute
VpnStaticRoute. withSource(String source)
Indicates how the routes were provided.VpnStaticRoute
VpnStaticRoute. withState(VpnState state)
The current state of the static route.VpnStaticRoute
VpnStaticRoute. 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 VpnConnection
VpnConnection. 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 void
VpnConnection. setRoutes(Collection<VpnStaticRoute> routes)
The static routes associated with the VPN connection.VpnConnection
VpnConnection. withRoutes(Collection<VpnStaticRoute> routes)
The static routes associated with the VPN connection.
-