| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static GrpcRouteAction.Builder |
GrpcRouteAction.builder() |
GrpcRouteAction.Builder |
GrpcRouteAction.toBuilder() |
GrpcRouteAction.Builder |
GrpcRouteAction.Builder.weightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
GrpcRouteAction.Builder |
GrpcRouteAction.Builder.weightedTargets(Consumer<WeightedTarget.Builder>... weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
GrpcRouteAction.Builder |
GrpcRouteAction.Builder.weightedTargets(WeightedTarget... weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GrpcRouteAction.Builder> |
GrpcRouteAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GrpcRoute.Builder |
GrpcRoute.Builder.action(Consumer<GrpcRouteAction.Builder> action)
An object that represents the action to take if a match is determined.
|
Copyright © 2021. All rights reserved.