| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
RouteData |
CreateRouteResponse.route()
The full description of your mesh following the create call.
|
RouteData |
DescribeRouteResponse.route()
The full description of your route.
|
RouteData |
UpdateRouteResponse.route()
A full description of the route that was updated.
|
RouteData |
DeleteRouteResponse.route()
The route that was deleted.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.route(RouteData route)
The full description of your mesh following the create call.
|
DescribeRouteResponse.Builder |
DescribeRouteResponse.Builder.route(RouteData route)
The full description of your route.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.route(RouteData route)
A full description of the route that was updated.
|
DeleteRouteResponse.Builder |
DeleteRouteResponse.Builder.route(RouteData route)
The route that was deleted.
|
Copyright © 2021. All rights reserved.