| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GatewayRouteHostnameMatch |
GatewayRouteHostnameMatch.endsWith(String suffix)
The value of the host name with the given name must end with the specified characters.
|
static GatewayRouteHostnameMatch |
GatewayRouteHostnameMatch.exactly(String name)
The value of the host name must match the specified value exactly.
|
default GatewayRouteHostnameMatch |
HttpGatewayRouteMatch.getHostname()
The gateway route host name to be matched on.
|
GatewayRouteHostnameMatch |
HttpGatewayRouteMatch.Jsii$Proxy.getHostname() |
default GatewayRouteHostnameMatch |
GrpcGatewayRouteMatch.getHostname()
Create host name based gRPC gateway route match.
|
GatewayRouteHostnameMatch |
GrpcGatewayRouteMatch.Jsii$Proxy.getHostname() |
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.Builder.hostname(GatewayRouteHostnameMatch hostname)
Sets the value of
HttpGatewayRouteMatch.getHostname() |
GrpcGatewayRouteMatch.Builder |
GrpcGatewayRouteMatch.Builder.hostname(GatewayRouteHostnameMatch hostname)
Sets the value of
GrpcGatewayRouteMatch.getHostname() |
Copyright © 2022. All rights reserved.