|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VpnStaticRoute | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of VpnStaticRoute in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return VpnStaticRoute | |
---|---|
VpnStaticRoute |
VpnStaticRoute.withDestinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer data center. |
VpnStaticRoute |
VpnStaticRoute.withSource(String source)
Indicates how the routes were provided. |
VpnStaticRoute |
VpnStaticRoute.withSource(VpnStaticRouteSource source)
Indicates how the routes were provided. |
VpnStaticRoute |
VpnStaticRoute.withState(String state)
The current state of the static route. |
VpnStaticRoute |
VpnStaticRoute.withState(VpnState state)
The current state of the static route. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpnStaticRoute | |
---|---|
List<VpnStaticRoute> |
VpnConnection.getRoutes()
The static routes associated with the VPN connection. |
Methods in com.amazonaws.services.ec2.model with parameters of type VpnStaticRoute | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |