| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpPathMatch |
HttpPathMatch.clone() |
HttpPathMatch |
HttpGatewayRouteMatch.getPath()
The path to match on.
|
HttpPathMatch |
HttpRouteMatch.getPath()
The client request path to match on.
|
HttpPathMatch |
HttpPathMatch.withExact(String exact)
The exact path to match on.
|
HttpPathMatch |
HttpPathMatch.withRegex(String regex)
The regex used to match the path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGatewayRouteMatch.setPath(HttpPathMatch path)
The path to match on.
|
void |
HttpRouteMatch.setPath(HttpPathMatch path)
The client request path to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withPath(HttpPathMatch path)
The path to match on.
|
HttpRouteMatch |
HttpRouteMatch.withPath(HttpPathMatch path)
The client request path to match on.
|
Copyright © 2022. All rights reserved.