| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpRouteMethod |
HttpRouteMatch.getMethod()
(experimental) The HTTP client request method to match on.
|
HttpRouteMethod |
HttpRouteMatch.Jsii$Proxy.getMethod() |
default HttpRouteMethod |
HttpGatewayRouteMatch.getMethod()
(experimental) The method to match on.
|
HttpRouteMethod |
HttpGatewayRouteMatch.Jsii$Proxy.getMethod() |
static HttpRouteMethod |
HttpRouteMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRouteMethod[] |
HttpRouteMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteMatch.Builder |
HttpRouteMatch.Builder.method(HttpRouteMethod method)
Sets the value of
HttpRouteMatch.getMethod() |
HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.Builder.method(HttpRouteMethod method)
Sets the value of
HttpGatewayRouteMatch.getMethod() |
| 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.