| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
WeightedTargetGroup |
WeightedTargetGroup.clone() |
WeightedTargetGroup |
WeightedTargetGroup.withTargetGroupIdentifier(String targetGroupIdentifier)
The ID or Amazon Resource Name (ARN) of the target group.
|
WeightedTargetGroup |
WeightedTargetGroup.withWeight(Integer weight)
Only required if you specify multiple target groups for a forward action.
|
| Modifier and Type | Method and Description |
|---|---|
List<WeightedTargetGroup> |
ForwardAction.getTargetGroups()
The target groups.
|
| Modifier and Type | Method and Description |
|---|---|
ForwardAction |
ForwardAction.withTargetGroups(WeightedTargetGroup... targetGroups)
The target groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardAction.setTargetGroups(Collection<WeightedTargetGroup> targetGroups)
The target groups.
|
ForwardAction |
ForwardAction.withTargetGroups(Collection<WeightedTargetGroup> targetGroups)
The target groups.
|
Copyright © 2023. All rights reserved.