| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpPathMatch.Builder |
HttpPathMatch.builder() |
HttpPathMatch.Builder |
HttpPathMatch.Builder.exact(String exact)
The exact path to match on.
|
HttpPathMatch.Builder |
HttpPathMatch.Builder.regex(String regex)
The regex used to match the path.
|
HttpPathMatch.Builder |
HttpPathMatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpPathMatch.Builder> |
HttpPathMatch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.Builder.path(Consumer<HttpPathMatch.Builder> path)
The path to match on.
|
default HttpRouteMatch.Builder |
HttpRouteMatch.Builder.path(Consumer<HttpPathMatch.Builder> path)
The client request path to match on.
|
Copyright © 2023. All rights reserved.