| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HttpRouteProtocol |
HttpRouteMatch.getProtocol()
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() |
Copyright © 2022. All rights reserved.