| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
WeightedTarget |
WeightedTarget.clone() |
WeightedTarget |
WeightedTarget.withPort(Integer port)
The targeted port of the weighted object.
|
WeightedTarget |
WeightedTarget.withVirtualNode(String virtualNode)
The virtual node to associate with the weighted target.
|
WeightedTarget |
WeightedTarget.withWeight(Integer weight)
The relative weight of the weighted target.
|
| Modifier and Type | Method and Description |
|---|---|
List<WeightedTarget> |
TcpRouteAction.getWeightedTargets()
An object that represents the targets that traffic is routed to when a request matches the route.
|
List<WeightedTarget> |
HttpRouteAction.getWeightedTargets()
An object that represents the targets that traffic is routed to when a request matches the route.
|
List<WeightedTarget> |
GrpcRouteAction.getWeightedTargets()
An object that represents the targets that traffic is routed to when a request matches the route.
|
| Modifier and Type | Method and Description |
|---|---|
TcpRouteAction |
TcpRouteAction.withWeightedTargets(WeightedTarget... weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
HttpRouteAction |
HttpRouteAction.withWeightedTargets(WeightedTarget... weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
GrpcRouteAction |
GrpcRouteAction.withWeightedTargets(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 |
|---|---|
void |
TcpRouteAction.setWeightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
void |
HttpRouteAction.setWeightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
void |
GrpcRouteAction.setWeightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
TcpRouteAction |
TcpRouteAction.withWeightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
HttpRouteAction |
HttpRouteAction.withWeightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
GrpcRouteAction |
GrpcRouteAction.withWeightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
Copyright © 2024. All rights reserved.