| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
LocalGatewayRouteTable |
DeleteLocalGatewayRouteTableResponse.localGatewayRouteTable()
Information about the local gateway route table.
|
LocalGatewayRouteTable |
CreateLocalGatewayRouteTableResponse.localGatewayRouteTable()
Information about the local gateway route table.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocalGatewayRouteTable> |
DescribeLocalGatewayRouteTablesResponse.localGatewayRouteTables()
Information about the local gateway route tables.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLocalGatewayRouteTableResponse.Builder |
DeleteLocalGatewayRouteTableResponse.Builder.localGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)
Information about the local gateway route table.
|
CreateLocalGatewayRouteTableResponse.Builder |
CreateLocalGatewayRouteTableResponse.Builder.localGatewayRouteTable(LocalGatewayRouteTable localGatewayRouteTable)
Information about the local gateway route table.
|
DescribeLocalGatewayRouteTablesResponse.Builder |
DescribeLocalGatewayRouteTablesResponse.Builder.localGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocalGatewayRouteTablesResponse.Builder |
DescribeLocalGatewayRouteTablesResponse.Builder.localGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LocalGatewayRouteTable> |
DescribeLocalGatewayRouteTablesPublisher.localGatewayRouteTables()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LocalGatewayRouteTable> |
DescribeLocalGatewayRouteTablesIterable.localGatewayRouteTables()
Returns an iterable to iterate through the paginated
DescribeLocalGatewayRouteTablesResponse.localGatewayRouteTables() member. |
Copyright © 2022. All rights reserved.