| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteMatch |
HttpRouteMatch.clone() |
HttpRouteMatch |
HttpRoute.getMatch()
An object that represents the criteria for determining a request match.
|
HttpRouteMatch |
HttpRouteMatch.withHeaders(Collection<HttpRouteHeader> headers)
An object that represents the client request headers to match on.
|
HttpRouteMatch |
HttpRouteMatch.withHeaders(HttpRouteHeader... headers)
An object that represents the client request headers to match on.
|
HttpRouteMatch |
HttpRouteMatch.withMethod(HttpMethod method)
The client request method to match on.
|
HttpRouteMatch |
HttpRouteMatch.withMethod(String method)
The client request method to match on.
|
HttpRouteMatch |
HttpRouteMatch.withPrefix(String prefix)
Specifies the path to match requests with.
|
HttpRouteMatch |
HttpRouteMatch.withScheme(HttpScheme scheme)
The client request scheme to match on.
|
HttpRouteMatch |
HttpRouteMatch.withScheme(String scheme)
The client request scheme to match on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRoute.setMatch(HttpRouteMatch match)
An object that represents the criteria for determining a request match.
|
HttpRoute |
HttpRoute.withMatch(HttpRouteMatch match)
An object that represents the criteria for determining a request match.
|
Copyright © 2019. All rights reserved.