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