Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<VpnStaticRoute> |
VpnConnection.getRoutes()
The static routes associated with the VPN connection.
|
Modifier and Type | Method and Description |
---|---|
VpnConnection |
VpnConnection.withRoutes(VpnStaticRoute... routes)
The static routes associated with the VPN connection.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.