| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
LocalGatewayRoute |
DeleteLocalGatewayRouteResponse.route()
Information about the route.
|
LocalGatewayRoute |
CreateLocalGatewayRouteResponse.route()
Information about the route.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocalGatewayRoute> |
SearchLocalGatewayRoutesResponse.routes()
Information about the routes.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLocalGatewayRouteResponse.Builder |
DeleteLocalGatewayRouteResponse.Builder.route(LocalGatewayRoute route)
Information about the route.
|
CreateLocalGatewayRouteResponse.Builder |
CreateLocalGatewayRouteResponse.Builder.route(LocalGatewayRoute route)
Information about the route.
|
SearchLocalGatewayRoutesResponse.Builder |
SearchLocalGatewayRoutesResponse.Builder.routes(LocalGatewayRoute... routes)
Information about the routes.
|
| Modifier and Type | Method and Description |
|---|---|
SearchLocalGatewayRoutesResponse.Builder |
SearchLocalGatewayRoutesResponse.Builder.routes(Collection<LocalGatewayRoute> routes)
Information about the routes.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LocalGatewayRoute> |
SearchLocalGatewayRoutesPublisher.routes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LocalGatewayRoute> |
SearchLocalGatewayRoutesIterable.routes()
Returns an iterable to iterate through the paginated
SearchLocalGatewayRoutesResponse.routes() member. |
Copyright © 2022. All rights reserved.