| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpRoute |
HttpRoute.clone() |
HttpRoute |
RouteSpec.getHttpRoute()
The HTTP routing information for the route.
|
HttpRoute |
HttpRoute.withAction(HttpRouteAction action)
The action to take if a match is determined.
|
HttpRoute |
HttpRoute.withMatch(HttpRouteMatch match)
The criteria for determining an HTTP request match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteSpec.setHttpRoute(HttpRoute httpRoute)
The HTTP routing information for the route.
|
RouteSpec |
RouteSpec.withHttpRoute(HttpRoute httpRoute)
The HTTP routing information for the route.
|
Copyright © 2019. All rights reserved.