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