| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HeaderMatchMethod |
HeaderMatchMethod.clone() |
HeaderMatchMethod |
HttpGatewayRouteHeader.getMatch()
An object that represents the method and value to match with the header value sent in a request.
|
HeaderMatchMethod |
HttpRouteHeader.getMatch()
The
HeaderMatchMethod object. |
HeaderMatchMethod |
HeaderMatchMethod.withExact(String exact)
The value sent by the client must match the specified value exactly.
|
HeaderMatchMethod |
HeaderMatchMethod.withPrefix(String prefix)
The value sent by the client must begin with the specified characters.
|
HeaderMatchMethod |
HeaderMatchMethod.withRange(MatchRange range)
An object that represents the range of values to match on.
|
HeaderMatchMethod |
HeaderMatchMethod.withRegex(String regex)
The value sent by the client must include the specified characters.
|
HeaderMatchMethod |
HeaderMatchMethod.withSuffix(String suffix)
The value sent by the client must end with the specified characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGatewayRouteHeader.setMatch(HeaderMatchMethod match)
An object that represents the method and value to match with the header value sent in a request.
|
void |
HttpRouteHeader.setMatch(HeaderMatchMethod match)
The
HeaderMatchMethod object. |
HttpGatewayRouteHeader |
HttpGatewayRouteHeader.withMatch(HeaderMatchMethod match)
An object that represents the method and value to match with the header value sent in a request.
|
HttpRouteHeader |
HttpRouteHeader.withMatch(HeaderMatchMethod match)
The
HeaderMatchMethod object. |
Copyright © 2022. All rights reserved.