| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GrpcGatewayRouteMatch |
GrpcGatewayRouteMatch.clone() |
GrpcGatewayRouteMatch |
GrpcGatewayRoute.getMatch()
An object that represents the criteria for determining a request match.
|
GrpcGatewayRouteMatch |
GrpcGatewayRouteMatch.withHostname(GatewayRouteHostnameMatch hostname)
The gateway route host name to be matched on.
|
GrpcGatewayRouteMatch |
GrpcGatewayRouteMatch.withMetadata(Collection<GrpcGatewayRouteMetadata> metadata)
The gateway route metadata to be matched on.
|
GrpcGatewayRouteMatch |
GrpcGatewayRouteMatch.withMetadata(GrpcGatewayRouteMetadata... metadata)
The gateway route metadata to be matched on.
|
GrpcGatewayRouteMatch |
GrpcGatewayRouteMatch.withPort(Integer port)
The gateway route port to be matched on.
|
GrpcGatewayRouteMatch |
GrpcGatewayRouteMatch.withServiceName(String serviceName)
The fully qualified domain name for the service to match from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrpcGatewayRoute.setMatch(GrpcGatewayRouteMatch match)
An object that represents the criteria for determining a request match.
|
GrpcGatewayRoute |
GrpcGatewayRoute.withMatch(GrpcGatewayRouteMatch match)
An object that represents the criteria for determining a request match.
|
Copyright © 2024. All rights reserved.