| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
TargetGroupTuple |
TargetGroupTuple.clone() |
TargetGroupTuple |
TargetGroupTuple.withTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
TargetGroupTuple |
TargetGroupTuple.withWeight(Integer weight)
The weight.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetGroupTuple> |
ForwardActionConfig.getTargetGroups()
The target groups.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardActionConfig |
ForwardActionConfig.withTargetGroups(TargetGroupTuple... targetGroups)
The target groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardActionConfig.setTargetGroups(Collection<TargetGroupTuple> targetGroups)
The target groups.
|
ForwardActionConfig |
ForwardActionConfig.withTargetGroups(Collection<TargetGroupTuple> targetGroups)
The target groups.
|
Copyright © 2023. All rights reserved.