| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
RouteData |
RouteData.clone() |
RouteData |
CreateRouteResult.getRoute()
The full description of your mesh following the create call.
|
RouteData |
DescribeRouteResult.getRoute()
The full description of your route.
|
RouteData |
DeleteRouteResult.getRoute()
The route that was deleted.
|
RouteData |
UpdateRouteResult.getRoute()
A full description of the route that was updated.
|
RouteData |
RouteData.withMeshName(String meshName)
The name of the service mesh that the route resides in.
|
RouteData |
RouteData.withMetadata(ResourceMetadata metadata)
The associated metadata for the route.
|
RouteData |
RouteData.withRouteName(String routeName)
The name of the route.
|
RouteData |
RouteData.withSpec(RouteSpec spec)
The specifications of the route.
|
RouteData |
RouteData.withStatus(RouteStatus status)
The status of the route.
|
RouteData |
RouteData.withVirtualRouterName(String virtualRouterName)
The virtual router that the route is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRouteResult.setRoute(RouteData route)
The full description of your mesh following the create call.
|
void |
DescribeRouteResult.setRoute(RouteData route)
The full description of your route.
|
void |
DeleteRouteResult.setRoute(RouteData route)
The route that was deleted.
|
void |
UpdateRouteResult.setRoute(RouteData route)
A full description of the route that was updated.
|
CreateRouteResult |
CreateRouteResult.withRoute(RouteData route)
The full description of your mesh following the create call.
|
DescribeRouteResult |
DescribeRouteResult.withRoute(RouteData route)
The full description of your route.
|
DeleteRouteResult |
DeleteRouteResult.withRoute(RouteData route)
The route that was deleted.
|
UpdateRouteResult |
UpdateRouteResult.withRoute(RouteData route)
A full description of the route that was updated.
|
Copyright © 2022. All rights reserved.