| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
TargetGroupInfo |
ECSTaskSet.targetGroup()
The target group associated with the task set.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetGroupInfo> |
LoadBalancerInfo.targetGroupInfoList()
An array that contains information about the target group to use for load balancing in a deployment.
|
List<TargetGroupInfo> |
TargetGroupPairInfo.targetGroups()
One pair of target groups.
|
| Modifier and Type | Method and Description |
|---|---|
ECSTaskSet.Builder |
ECSTaskSet.Builder.targetGroup(TargetGroupInfo targetGroup)
The target group associated with the task set.
|
LoadBalancerInfo.Builder |
LoadBalancerInfo.Builder.targetGroupInfoList(TargetGroupInfo... targetGroupInfoList)
An array that contains information about the target group to use for load balancing in a deployment.
|
TargetGroupPairInfo.Builder |
TargetGroupPairInfo.Builder.targetGroups(TargetGroupInfo... targetGroups)
One pair of target groups.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerInfo.Builder |
LoadBalancerInfo.Builder.targetGroupInfoList(Collection<TargetGroupInfo> targetGroupInfoList)
An array that contains information about the target group to use for load balancing in a deployment.
|
TargetGroupPairInfo.Builder |
TargetGroupPairInfo.Builder.targetGroups(Collection<TargetGroupInfo> targetGroups)
One pair of target groups.
|
Copyright © 2023. All rights reserved.