| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.clone() |
HttpGatewayRouteMatch |
HttpGatewayRoute.getMatch()
An object that represents the criteria for determining a request match.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withHeaders(Collection<HttpGatewayRouteHeader> headers)
The client request headers to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withHeaders(HttpGatewayRouteHeader... headers)
The client request headers to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withHostname(GatewayRouteHostnameMatch hostname)
The host name to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withMethod(HttpMethod method)
The method to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withMethod(String method)
The method to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withPath(HttpPathMatch path)
The path to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withPrefix(String prefix)
Specifies the path to match requests with.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withQueryParameters(Collection<HttpQueryParameter> queryParameters)
The query parameter to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withQueryParameters(HttpQueryParameter... queryParameters)
The query parameter to match on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGatewayRoute.setMatch(HttpGatewayRouteMatch match)
An object that represents the criteria for determining a request match.
|
HttpGatewayRoute |
HttpGatewayRoute.withMatch(HttpGatewayRouteMatch match)
An object that represents the criteria for determining a request match.
|
Copyright © 2021. All rights reserved.