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