| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<VpnStaticRoute> |
VpnConnection.routes()
The static routes associated with the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
VpnConnection.Builder |
VpnConnection.Builder.routes(VpnStaticRoute... routes)
The static routes associated with the VPN connection.
|
| Modifier and Type | Method and Description |
|---|---|
VpnConnection.Builder |
VpnConnection.Builder.routes(Collection<VpnStaticRoute> routes)
The static routes associated with the VPN connection.
|
Copyright © 2022. All rights reserved.