| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
RouteRef |
RouteRef.clone() |
RouteRef |
RouteRef.withArn(String arn)
The full Amazon Resource Name (ARN) for the route.
|
RouteRef |
RouteRef.withMeshName(String meshName)
The name of the service mesh in which the route resides.
|
RouteRef |
RouteRef.withRouteName(String routeName)
The name of the route.
|
RouteRef |
RouteRef.withVirtualRouterName(String virtualRouterName)
The virtual router with which the route is associated.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteRef> |
ListRoutesResult.getRoutes()
The list of existing routes for the specified service mesh and virtual router.
|
| Modifier and Type | Method and Description |
|---|---|
ListRoutesResult |
ListRoutesResult.withRoutes(RouteRef... routes)
The list of existing routes for the specified service mesh and virtual router.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoutesResult.setRoutes(Collection<RouteRef> routes)
The list of existing routes for the specified service mesh and virtual router.
|
ListRoutesResult |
ListRoutesResult.withRoutes(Collection<RouteRef> routes)
The list of existing routes for the specified service mesh and virtual router.
|
Copyright © 2019. All rights reserved.