| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
ECSTaskSet |
ECSTaskSet.clone() |
ECSTaskSet |
ECSTaskSet.withDesiredCount(Long desiredCount)
The number of tasks in a task set.
|
ECSTaskSet |
ECSTaskSet.withIdentifer(String identifer)
A unique ID of an
ECSTaskSet. |
ECSTaskSet |
ECSTaskSet.withPendingCount(Long pendingCount)
The number of tasks in the task set that are in the
PENDING status during an Amazon ECS deployment. |
ECSTaskSet |
ECSTaskSet.withRunningCount(Long runningCount)
The number of tasks in the task set that are in the
RUNNING status during an Amazon ECS deployment. |
ECSTaskSet |
ECSTaskSet.withStatus(String status)
The status of the task set.
|
ECSTaskSet |
ECSTaskSet.withTargetGroup(TargetGroupInfo targetGroup)
The target group associated with the task set.
|
ECSTaskSet |
ECSTaskSet.withTaskSetLabel(String taskSetLabel)
A label that identifies whether the ECS task set is an original target (
BLUE) or a replacement
target (GREEN). |
ECSTaskSet |
ECSTaskSet.withTaskSetLabel(TargetLabel taskSetLabel)
A label that identifies whether the ECS task set is an original target (
BLUE) or a replacement
target (GREEN). |
ECSTaskSet |
ECSTaskSet.withTrafficWeight(Double trafficWeight)
The percentage of traffic served by this task set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ECSTaskSet> |
ECSTarget.getTaskSetsInfo()
The
ECSTaskSet objects associated with the ECS target. |
| Modifier and Type | Method and Description |
|---|---|
ECSTarget |
ECSTarget.withTaskSetsInfo(ECSTaskSet... taskSetsInfo)
The
ECSTaskSet objects associated with the ECS target. |
| Modifier and Type | Method and Description |
|---|---|
void |
ECSTarget.setTaskSetsInfo(Collection<ECSTaskSet> taskSetsInfo)
The
ECSTaskSet objects associated with the ECS target. |
ECSTarget |
ECSTarget.withTaskSetsInfo(Collection<ECSTaskSet> taskSetsInfo)
The
ECSTaskSet objects associated with the ECS target. |
Copyright © 2023. All rights reserved.