| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
RouteTable.routes()
The routes in the route table.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTable.Builder |
RouteTable.Builder.routes(Route... routes)
The routes in the route table.
|
| Modifier and Type | Method and Description |
|---|---|
RouteTable.Builder |
RouteTable.Builder.routes(Collection<Route> routes)
The routes in the route table.
|
Copyright © 2023. All rights reserved.