Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
TaskSet |
TaskSet.clone() |
TaskSet |
DeleteTaskSetResult.getTaskSet() |
TaskSet |
UpdateServicePrimaryTaskSetResult.getTaskSet() |
TaskSet |
UpdateTaskSetResult.getTaskSet() |
TaskSet |
CreateTaskSetResult.getTaskSet() |
TaskSet |
TaskSet.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy associated with the task set.
|
TaskSet |
TaskSet.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy associated with the task set.
|
TaskSet |
TaskSet.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that the service that hosts the task set exists in.
|
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 external ID associated with the task set.
|
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 AWS Fargate 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 task set.
|
TaskSet |
TaskSet.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service the task set exists in.
|
TaskSet |
TaskSet.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
TaskSet |
TaskSet.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details of the service discovery registries to assign to this task set.
|
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.withTags(Collection<Tag> tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
TaskSet |
TaskSet.withTags(Tag... tags)
The metadata that you apply to the task set to help you categorize and organize them.
|
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 either an AWS CodeDeploy or an
EXTERNAL deployment. |
List<TaskSet> |
DescribeTaskSetsResult.getTaskSets()
The list of task sets described.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteTaskSetResult.setTaskSet(TaskSet taskSet) |
void |
UpdateServicePrimaryTaskSetResult.setTaskSet(TaskSet taskSet) |
void |
UpdateTaskSetResult.setTaskSet(TaskSet taskSet) |
void |
CreateTaskSetResult.setTaskSet(TaskSet taskSet) |
DeleteTaskSetResult |
DeleteTaskSetResult.withTaskSet(TaskSet taskSet) |
UpdateServicePrimaryTaskSetResult |
UpdateServicePrimaryTaskSetResult.withTaskSet(TaskSet taskSet) |
UpdateTaskSetResult |
UpdateTaskSetResult.withTaskSet(TaskSet taskSet) |
CreateTaskSetResult |
CreateTaskSetResult.withTaskSet(TaskSet taskSet) |
Service |
Service.withTaskSets(TaskSet... taskSets)
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an
EXTERNAL deployment. |
DescribeTaskSetsResult |
DescribeTaskSetsResult.withTaskSets(TaskSet... taskSets)
The list of task sets described.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setTaskSets(Collection<TaskSet> taskSets)
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an
EXTERNAL deployment. |
void |
DescribeTaskSetsResult.setTaskSets(Collection<TaskSet> taskSets)
The list of task sets described.
|
Service |
Service.withTaskSets(Collection<TaskSet> taskSets)
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an
EXTERNAL deployment. |
DescribeTaskSetsResult |
DescribeTaskSetsResult.withTaskSets(Collection<TaskSet> taskSets)
The list of task sets described.
|
Copyright © 2021. All rights reserved.