| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
ForwardActionConfig |
ForwardActionConfig.clone() |
ForwardActionConfig |
Action.getForwardConfig()
Information for creating an action that distributes requests among one or more target groups.
|
ForwardActionConfig |
ForwardActionConfig.withTargetGroups(Collection<TargetGroupTuple> targetGroups)
The target groups.
|
ForwardActionConfig |
ForwardActionConfig.withTargetGroups(TargetGroupTuple... targetGroups)
The target groups.
|
ForwardActionConfig |
ForwardActionConfig.withTargetGroupStickinessConfig(TargetGroupStickinessConfig targetGroupStickinessConfig)
The target group stickiness for the rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setForwardConfig(ForwardActionConfig forwardConfig)
Information for creating an action that distributes requests among one or more target groups.
|
Action |
Action.withForwardConfig(ForwardActionConfig forwardConfig)
Information for creating an action that distributes requests among one or more target groups.
|
Copyright © 2022. All rights reserved.