| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRouteHeader.Builder |
HttpGatewayRouteHeader.builder() |
HttpGatewayRouteHeader.Builder |
HttpGatewayRouteHeader.Builder.invert(Boolean invert)
Specify
True to match anything except the match criteria. |
default HttpGatewayRouteHeader.Builder |
HttpGatewayRouteHeader.Builder.match(Consumer<HeaderMatchMethod.Builder> match)
An object that represents the method and value to match with the header value sent in a request.
|
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.
|
HttpGatewayRouteHeader.Builder |
HttpGatewayRouteHeader.Builder.name(String name)
A name for the HTTP header in the gateway route that will be matched on.
|
HttpGatewayRouteHeader.Builder |
HttpGatewayRouteHeader.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpGatewayRouteHeader.Builder> |
HttpGatewayRouteHeader.serializableBuilderClass() |
Copyright © 2023. All rights reserved.