| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static QueryParameterMatch |
QueryParameterMatch.valueIs(String queryParameterName,
String queryParameterValue)
(experimental) The value of the query parameter with the given name in the request must match the specified value exactly.
|
| Modifier and Type | Method and Description |
|---|---|
default List<QueryParameterMatch> |
HttpRouteMatch.getQueryParameters()
(experimental) The query parameters to match on.
|
List<QueryParameterMatch> |
HttpRouteMatch.Jsii$Proxy.getQueryParameters() |
default List<QueryParameterMatch> |
HttpGatewayRouteMatch.getQueryParameters()
(experimental) The query parameters to match on.
|
List<QueryParameterMatch> |
HttpGatewayRouteMatch.Jsii$Proxy.getQueryParameters() |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteMatch.Builder |
HttpRouteMatch.Builder.queryParameters(List<? extends QueryParameterMatch> queryParameters)
Sets the value of
HttpRouteMatch.getQueryParameters() |
HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.Builder.queryParameters(List<? extends QueryParameterMatch> queryParameters)
Sets the value of
HttpGatewayRouteMatch.getQueryParameters() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends HeaderMatch> headers,
GatewayRouteHostnameMatch hostname,
HttpRouteMethod method,
HttpGatewayRoutePathMatch path,
List<? extends QueryParameterMatch> queryParameters,
Boolean rewriteRequestHostname)
Constructor that initializes the object based on literal property values passed by the
HttpGatewayRouteMatch.Builder. |
Jsii$Proxy(List<? extends HeaderMatch> headers,
HttpRouteMethod method,
HttpRoutePathMatch path,
HttpRouteProtocol protocol,
List<? extends QueryParameterMatch> queryParameters)
Constructor that initializes the object based on literal property values passed by the
HttpRouteMatch.Builder. |
Copyright © 2021. All rights reserved.