| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GrpcRoute |
GrpcRoute.clone() |
GrpcRoute |
RouteSpec.getGrpcRoute()
An object that represents the specification of a gRPC route.
|
GrpcRoute |
GrpcRoute.withAction(GrpcRouteAction action)
An object that represents the action to take if a match is determined.
|
GrpcRoute |
GrpcRoute.withMatch(GrpcRouteMatch match)
An object that represents the criteria for determining a request match.
|
GrpcRoute |
GrpcRoute.withRetryPolicy(GrpcRetryPolicy retryPolicy)
An object that represents a retry policy.
|
GrpcRoute |
GrpcRoute.withTimeout(GrpcTimeout timeout)
An object that represents types of timeouts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteSpec.setGrpcRoute(GrpcRoute grpcRoute)
An object that represents the specification of a gRPC route.
|
RouteSpec |
RouteSpec.withGrpcRoute(GrpcRoute grpcRoute)
An object that represents the specification of a gRPC route.
|
Copyright © 2020. All rights reserved.