| 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.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
RouteRef |
RouteRef.withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
RouteRef |
RouteRef.withMeshName(String meshName)
The name of the service mesh that the route resides in.
|
RouteRef |
RouteRef.withMeshOwner(String meshOwner)
The Amazon Web Services IAM account ID of the service mesh owner.
|
RouteRef |
RouteRef.withResourceOwner(String resourceOwner)
The Amazon Web Services IAM account ID of the resource owner.
|
RouteRef |
RouteRef.withRouteName(String routeName)
The name of the route.
|
RouteRef |
RouteRef.withVersion(Long version)
The version of the resource.
|
RouteRef |
RouteRef.withVirtualRouterName(String virtualRouterName)
The virtual router that the route is associated with.
|
| 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 © 2023. All rights reserved.