| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
HttpQueryParameter |
HttpQueryParameter.clone() |
HttpQueryParameter |
HttpQueryParameter.withMatch(QueryParameterMatch match)
The query parameter to match on.
|
HttpQueryParameter |
HttpQueryParameter.withName(String name)
A name for the query parameter that will be matched on.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpQueryParameter> |
HttpRouteMatch.getQueryParameters()
The client request query parameters to match on.
|
List<HttpQueryParameter> |
HttpGatewayRouteMatch.getQueryParameters()
The query parameter to match on.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteMatch |
HttpRouteMatch.withQueryParameters(HttpQueryParameter... queryParameters)
The client request query parameters to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withQueryParameters(HttpQueryParameter... queryParameters)
The query parameter to match on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRouteMatch.setQueryParameters(Collection<HttpQueryParameter> queryParameters)
The client request query parameters to match on.
|
void |
HttpGatewayRouteMatch.setQueryParameters(Collection<HttpQueryParameter> queryParameters)
The query parameter to match on.
|
HttpRouteMatch |
HttpRouteMatch.withQueryParameters(Collection<HttpQueryParameter> queryParameters)
The client request query parameters to match on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withQueryParameters(Collection<HttpQueryParameter> queryParameters)
The query parameter to match on.
|
Copyright © 2021. All rights reserved.