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