| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GrpcRouteMatch |
GrpcRouteMatch.clone() |
GrpcRouteMatch |
GrpcRoute.getMatch()
An object that represents the criteria for determining a request match.
|
GrpcRouteMatch |
GrpcRouteMatch.withMetadata(Collection<GrpcRouteMetadata> metadata)
An object that represents the data to match from the request.
|
GrpcRouteMatch |
GrpcRouteMatch.withMetadata(GrpcRouteMetadata... metadata)
An object that represents the data to match from the request.
|
GrpcRouteMatch |
GrpcRouteMatch.withMethodName(String methodName)
The method name to match from the request.
|
GrpcRouteMatch |
GrpcRouteMatch.withServiceName(String serviceName)
The fully qualified domain name for the service to match from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrpcRoute.setMatch(GrpcRouteMatch match)
An object that represents the criteria for determining a request match.
|
GrpcRoute |
GrpcRoute.withMatch(GrpcRouteMatch match)
An object that represents the criteria for determining a request match.
|
Copyright © 2020. All rights reserved.