| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpRouteMethod |
HttpGatewayRouteMatch.getMethod()
The method to match on.
|
HttpRouteMethod |
HttpGatewayRouteMatch.Jsii$Proxy.getMethod() |
default HttpRouteMethod |
HttpRouteMatch.getMethod()
The HTTP client request method to match on.
|
HttpRouteMethod |
HttpRouteMatch.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 |
|---|---|
HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.Builder.method(HttpRouteMethod method)
Sets the value of
HttpGatewayRouteMatch.getMethod() |
HttpRouteMatch.Builder |
HttpRouteMatch.Builder.method(HttpRouteMethod method)
Sets the value of
HttpRouteMatch.getMethod() |
Copyright © 2022. All rights reserved.