| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model | |
| software.amazon.awssdk.services.appmesh.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<GatewayRouteRef> |
ListGatewayRoutesResponse.gatewayRoutes()
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewayRoutesResponse.Builder |
ListGatewayRoutesResponse.Builder.gatewayRoutes(GatewayRouteRef... gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewayRoutesResponse.Builder |
ListGatewayRoutesResponse.Builder.gatewayRoutes(Collection<GatewayRouteRef> gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GatewayRouteRef> |
ListGatewayRoutesPublisher.gatewayRoutes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GatewayRouteRef> |
ListGatewayRoutesIterable.gatewayRoutes()
Returns an iterable to iterate through the paginated
ListGatewayRoutesResponse.gatewayRoutes() member. |
Copyright © 2021. All rights reserved.