| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GatewayRouteHostnameMatch |
GatewayRouteHostnameMatch.clone() |
GatewayRouteHostnameMatch |
HttpGatewayRouteMatch.getHostname()
The host name to match on.
|
GatewayRouteHostnameMatch |
GrpcGatewayRouteMatch.getHostname()
The gateway route host name to be matched on.
|
GatewayRouteHostnameMatch |
GatewayRouteHostnameMatch.withExact(String exact)
The exact host name to match on.
|
GatewayRouteHostnameMatch |
GatewayRouteHostnameMatch.withSuffix(String suffix)
The specified ending characters of the host name to match on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGatewayRouteMatch.setHostname(GatewayRouteHostnameMatch hostname)
The host name to match on.
|
void |
GrpcGatewayRouteMatch.setHostname(GatewayRouteHostnameMatch hostname)
The gateway route host name to be matched on.
|
HttpGatewayRouteMatch |
HttpGatewayRouteMatch.withHostname(GatewayRouteHostnameMatch hostname)
The host name to match on.
|
GrpcGatewayRouteMatch |
GrpcGatewayRouteMatch.withHostname(GatewayRouteHostnameMatch hostname)
The gateway route host name to be matched on.
|
Copyright © 2024. All rights reserved.