| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
RouteTable |
CreateRouteTableResponse.routeTable()
Information about the route table.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteTable> |
DescribeRouteTablesResponse.routeTables()
Information about one or more route tables.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRouteTableResponse.Builder |
CreateRouteTableResponse.Builder.routeTable(RouteTable routeTable)
Information about the route table.
|
DescribeRouteTablesResponse.Builder |
DescribeRouteTablesResponse.Builder.routeTables(RouteTable... routeTables)
Information about one or more route tables.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRouteTablesResponse.Builder |
DescribeRouteTablesResponse.Builder.routeTables(Collection<RouteTable> routeTables)
Information about one or more route tables.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<RouteTable> |
DescribeRouteTablesPublisher.routeTables()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RouteTable> |
DescribeRouteTablesIterable.routeTables()
Returns an iterable to iterate through the paginated
DescribeRouteTablesResponse.routeTables() member. |
Copyright © 2021. All rights reserved.