| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpRouteMatchMethod |
HttpRouteMatch.getMethod()
(experimental) The HTTP client request method to match on.
|
HttpRouteMatchMethod |
HttpRouteMatch.Jsii$Proxy.getMethod() |
static HttpRouteMatchMethod |
HttpRouteMatchMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRouteMatchMethod[] |
HttpRouteMatchMethod.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(HttpRouteMatchMethod method)
Sets the value of
HttpRouteMatch.getMethod() |
| Constructor and Description |
|---|
Jsii$Proxy(String prefixPath,
List<? extends HttpHeaderMatch> headers,
HttpRouteMatchMethod method,
HttpRouteProtocol protocol)
Constructor that initializes the object based on literal property values passed by the
HttpRouteMatch.Builder. |
Copyright © 2021. All rights reserved.