| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpRouteProtocol |
HttpRouteMatch.getProtocol()
(experimental) The client request protocol to match on.
|
HttpRouteProtocol |
HttpRouteMatch.Jsii$Proxy.getProtocol() |
static HttpRouteProtocol |
HttpRouteProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRouteProtocol[] |
HttpRouteProtocol.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.protocol(HttpRouteProtocol protocol)
Sets the value of
HttpRouteMatch.getProtocol() |
| Constructor and Description |
|---|
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.