Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
TaskSet |
TaskSet.clone() |
TaskSet |
TaskSet.withComputedDesiredCount(Integer computedDesiredCount)
The computed desired count for the task set.
|
TaskSet |
TaskSet.withCreatedAt(Date createdAt)
The Unix timestamp for when the task set was created.
|
TaskSet |
TaskSet.withExternalId(String externalId)
The deployment ID of the AWS CodeDeploy deployment.
|
TaskSet |
TaskSet.withId(String id)
The ID of the task set.
|
TaskSet |
TaskSet.withLaunchType(LaunchType launchType)
The launch type the tasks in the task set are using.
|
TaskSet |
TaskSet.withLaunchType(String launchType)
The launch type the tasks in the task set are using.
|
TaskSet |
TaskSet.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
Details on a load balancer that is used with a task set.
|
TaskSet |
TaskSet.withLoadBalancers(LoadBalancer... loadBalancers)
Details on a load balancer that is used with a task set.
|
TaskSet |
TaskSet.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the task set.
|
TaskSet |
TaskSet.withPendingCount(Integer pendingCount)
The number of tasks in the task set that are in the
PENDING status during a deployment. |
TaskSet |
TaskSet.withPlatformVersion(String platformVersion)
The platform version on which the tasks in the task set are running.
|
TaskSet |
TaskSet.withRunningCount(Integer runningCount)
The number of tasks in the task set that are in the
RUNNING status during a deployment. |
TaskSet |
TaskSet.withScale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the service.
|
TaskSet |
TaskSet.withStabilityStatus(StabilityStatus stabilityStatus)
The stability status, which indicates whether the task set has reached a steady state.
|
TaskSet |
TaskSet.withStabilityStatus(String stabilityStatus)
The stability status, which indicates whether the task set has reached a steady state.
|
TaskSet |
TaskSet.withStabilityStatusAt(Date stabilityStatusAt)
The Unix timestamp for when the task set stability status was retrieved.
|
TaskSet |
TaskSet.withStartedBy(String startedBy)
The tag specified when a task set is started.
|
TaskSet |
TaskSet.withStatus(String status)
The status of the task set.
|
TaskSet |
TaskSet.withTaskDefinition(String taskDefinition)
The task definition the task set is using.
|
TaskSet |
TaskSet.withTaskSetArn(String taskSetArn)
The Amazon Resource Name (ARN) of the task set.
|
TaskSet |
TaskSet.withUpdatedAt(Date updatedAt)
The Unix timestamp for when the task set was last updated.
|
Modifier and Type | Method and Description |
---|---|
List<TaskSet> |
Service.getTaskSets()
Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.withTaskSets(TaskSet... taskSets)
Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setTaskSets(Collection<TaskSet> taskSets)
Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment.
|
Service |
Service.withTaskSets(Collection<TaskSet> taskSets)
Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment.
|
Copyright © 2018. All rights reserved.