| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static HeaderMatchMethod |
HeaderMatchMethod.fromExact(String exact)
Create an instance of this class with
exact() initialized to the given value. |
static HeaderMatchMethod |
HeaderMatchMethod.fromPrefix(String prefix)
Create an instance of this class with
prefix() initialized to the given value. |
static HeaderMatchMethod |
HeaderMatchMethod.fromRange(Consumer<MatchRange.Builder> range)
Create an instance of this class with
range() initialized to the given value. |
static HeaderMatchMethod |
HeaderMatchMethod.fromRange(MatchRange range)
Create an instance of this class with
range() initialized to the given value. |
static HeaderMatchMethod |
HeaderMatchMethod.fromRegex(String regex)
Create an instance of this class with
regex() initialized to the given value. |
static HeaderMatchMethod |
HeaderMatchMethod.fromSuffix(String suffix)
Create an instance of this class with
suffix() initialized to the given value. |
HeaderMatchMethod |
HttpRouteHeader.match()
The
HeaderMatchMethod object. |
HeaderMatchMethod |
HttpGatewayRouteHeader.match()
An object that represents the method and value to match with the header value sent in a request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteHeader.Builder |
HttpRouteHeader.Builder.match(HeaderMatchMethod match)
The
HeaderMatchMethod object. |
HttpGatewayRouteHeader.Builder |
HttpGatewayRouteHeader.Builder.match(HeaderMatchMethod match)
An object that represents the method and value to match with the header value sent in a request.
|
Copyright © 2023. All rights reserved.