| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayRouteHeader |
HttpGatewayRouteHeader.clone() |
HttpGatewayRouteHeader |
HttpGatewayRouteHeader.withInvert(Boolean invert)
Specify
True to match anything except the match criteria. |
HttpGatewayRouteHeader |
HttpGatewayRouteHeader.withMatch(HeaderMatchMethod match) |
HttpGatewayRouteHeader |
HttpGatewayRouteHeader.withName(String name)
A name for the HTTP header in the gateway route that will be matched on.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpGatewayRouteHeader> |
HttpGatewayRouteMatch.getHeaders()
The client request headers to match on.
|
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withHeaders(HttpGatewayRouteHeader... headers)
The client request headers to match on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGatewayRouteMatch.setHeaders(Collection<HttpGatewayRouteHeader> headers)
The client request headers to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withHeaders(Collection<HttpGatewayRouteHeader> headers)
The client request headers to match on.
|
Copyright © 2021. All rights reserved.