Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
TaskSet |
TaskSet.clone() |
TaskSet |
UpdateTaskSetResult.getTaskSet()
Details about the task set.
|
TaskSet |
UpdateServicePrimaryTaskSetResult.getTaskSet()
etails about the task set.
|
TaskSet |
CreateTaskSetResult.getTaskSet()
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
TaskSet |
DeleteTaskSetResult.getTaskSet()
Details about the task set.
|
TaskSet |
TaskSet.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy that are associated with the task set.
|
TaskSet |
TaskSet.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy that are 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 the time 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 are used with a task set.
|
TaskSet |
TaskSet.withLoadBalancers(LoadBalancer... loadBalancers)
Details on a load balancer that are 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.withPlatformFamily(String platformFamily)
The operating system that your tasks in the set are running on.
|
TaskSet |
TaskSet.withPlatformVersion(String platformVersion)
The Fargate platform version where 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 your 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 for the service discovery registries to assign to this task set.
|
TaskSet |
TaskSet.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this task set.
|
TaskSet |
TaskSet.withStabilityStatus(StabilityStatus stabilityStatus)
The stability status.
|
TaskSet |
TaskSet.withStabilityStatus(String stabilityStatus)
The stability status.
|
TaskSet |
TaskSet.withStabilityStatusAt(Date stabilityStatusAt)
The Unix timestamp for the time 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 that 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 the time when the task set was last updated.
|
Modifier and Type | Method and Description |
---|---|
List<TaskSet> |
DescribeTaskSetsResult.getTaskSets()
The list of task sets described.
|
List<TaskSet> |
Service.getTaskSets()
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateTaskSetResult.setTaskSet(TaskSet taskSet)
Details about the task set.
|
void |
UpdateServicePrimaryTaskSetResult.setTaskSet(TaskSet taskSet)
etails about the task set.
|
void |
CreateTaskSetResult.setTaskSet(TaskSet taskSet)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
void |
DeleteTaskSetResult.setTaskSet(TaskSet taskSet)
Details about the task set.
|
UpdateTaskSetResult |
UpdateTaskSetResult.withTaskSet(TaskSet taskSet)
Details about the task set.
|
UpdateServicePrimaryTaskSetResult |
UpdateServicePrimaryTaskSetResult.withTaskSet(TaskSet taskSet)
etails about the task set.
|
CreateTaskSetResult |
CreateTaskSetResult.withTaskSet(TaskSet taskSet)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
DeleteTaskSetResult |
DeleteTaskSetResult.withTaskSet(TaskSet taskSet)
Details about the task set.
|
DescribeTaskSetsResult |
DescribeTaskSetsResult.withTaskSets(TaskSet... taskSets)
The list of task sets described.
|
Service |
Service.withTaskSets(TaskSet... taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeTaskSetsResult.setTaskSets(Collection<TaskSet> taskSets)
The list of task sets described.
|
void |
Service.setTaskSets(Collection<TaskSet> taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
DescribeTaskSetsResult |
DescribeTaskSetsResult.withTaskSets(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 CodeDeploy or an
EXTERNAL deployment. |
Copyright © 2022. All rights reserved.