| Package | Description | 
|---|---|
| com.amazonaws.services.ecs |  | 
| com.amazonaws.services.ecs.model | 
| Modifier and Type | Method and Description | 
|---|---|
| RunTaskResult | AbstractAmazonECS. runTask(RunTaskRequest request) | 
| RunTaskResult | AmazonECSClient. runTask(RunTaskRequest request)
 Starts a new task using the specified task definition. | 
| RunTaskResult | AmazonECS. runTask(RunTaskRequest runTaskRequest)
 Starts a new task using the specified task definition. | 
| Future<RunTaskResult> | AbstractAmazonECSAsync. runTaskAsync(RunTaskRequest request) | 
| Future<RunTaskResult> | AmazonECSAsyncClient. runTaskAsync(RunTaskRequest request) | 
| Future<RunTaskResult> | AmazonECSAsync. runTaskAsync(RunTaskRequest runTaskRequest)
 Starts a new task using the specified task definition. | 
| Future<RunTaskResult> | AbstractAmazonECSAsync. runTaskAsync(RunTaskRequest request,
            AsyncHandler<RunTaskRequest,RunTaskResult> asyncHandler) | 
| Future<RunTaskResult> | AmazonECSAsyncClient. runTaskAsync(RunTaskRequest request,
            AsyncHandler<RunTaskRequest,RunTaskResult> asyncHandler) | 
| Future<RunTaskResult> | AmazonECSAsync. runTaskAsync(RunTaskRequest runTaskRequest,
            AsyncHandler<RunTaskRequest,RunTaskResult> asyncHandler)
 Starts a new task using the specified task definition. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<RunTaskResult> | AbstractAmazonECSAsync. runTaskAsync(RunTaskRequest request,
            AsyncHandler<RunTaskRequest,RunTaskResult> asyncHandler) | 
| Future<RunTaskResult> | AmazonECSAsyncClient. runTaskAsync(RunTaskRequest request,
            AsyncHandler<RunTaskRequest,RunTaskResult> asyncHandler) | 
| Future<RunTaskResult> | AmazonECSAsync. runTaskAsync(RunTaskRequest runTaskRequest,
            AsyncHandler<RunTaskRequest,RunTaskResult> asyncHandler)
 Starts a new task using the specified task definition. | 
| Modifier and Type | Method and Description | 
|---|---|
| RunTaskRequest | RunTaskRequest. clone() | 
| RunTaskRequest | RunTaskRequest. withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
 The capacity provider strategy to use for the task. | 
| RunTaskRequest | RunTaskRequest. withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
 The capacity provider strategy to use for the task. | 
| RunTaskRequest | RunTaskRequest. withCluster(String cluster)
 The short name or full Amazon Resource Name (ARN) of the cluster on which to run your task. | 
| RunTaskRequest | RunTaskRequest. withCount(Integer count)
 The number of instantiations of the specified task to place on your cluster. | 
| RunTaskRequest | RunTaskRequest. withEnableECSManagedTags(Boolean enableECSManagedTags)
 Specifies whether to enable Amazon ECS managed tags for the task. | 
| RunTaskRequest | RunTaskRequest. withEnableExecuteCommand(Boolean enableExecuteCommand)
 Whether or not to enable the execute command functionality for the containers in this task. | 
| RunTaskRequest | RunTaskRequest. withGroup(String group)
 The name of the task group to associate with the task. | 
| RunTaskRequest | RunTaskRequest. withLaunchType(LaunchType launchType)
 The launch type on which to run your task. | 
| RunTaskRequest | RunTaskRequest. withLaunchType(String launchType)
 The launch type on which to run your task. | 
| RunTaskRequest | RunTaskRequest. withNetworkConfiguration(NetworkConfiguration networkConfiguration)
 The network configuration for the task. | 
| RunTaskRequest | RunTaskRequest. withOverrides(TaskOverride overrides)
 A list of container overrides in JSON format that specify the name of a container in the specified task
 definition and the overrides it should receive. | 
| RunTaskRequest | RunTaskRequest. withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
 An array of placement constraint objects to use for the task. | 
| RunTaskRequest | RunTaskRequest. withPlacementConstraints(PlacementConstraint... placementConstraints)
 An array of placement constraint objects to use for the task. | 
| RunTaskRequest | RunTaskRequest. withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
 The placement strategy objects to use for the task. | 
| RunTaskRequest | RunTaskRequest. withPlacementStrategy(PlacementStrategy... placementStrategy)
 The placement strategy objects to use for the task. | 
| RunTaskRequest | RunTaskRequest. withPlatformVersion(String platformVersion)
 The platform version the task should run. | 
| RunTaskRequest | RunTaskRequest. withPropagateTags(PropagateTags propagateTags)
 Specifies whether to propagate the tags from the task definition to the task. | 
| RunTaskRequest | RunTaskRequest. withPropagateTags(String propagateTags)
 Specifies whether to propagate the tags from the task definition to the task. | 
| RunTaskRequest | RunTaskRequest. withReferenceId(String referenceId)
 The reference ID to use for the task. | 
| RunTaskRequest | RunTaskRequest. withStartedBy(String startedBy)
 An optional tag specified when a task is started. | 
| RunTaskRequest | RunTaskRequest. withTags(Collection<Tag> tags)
 The metadata that you apply to the task to help you categorize and organize them. | 
| RunTaskRequest | RunTaskRequest. withTags(Tag... tags)
 The metadata that you apply to the task to help you categorize and organize them. | 
| RunTaskRequest | RunTaskRequest. withTaskDefinition(String taskDefinition)
 The  familyandrevision(family:revision) or full ARN of the task
 definition to run. | 
Copyright © 2021. All rights reserved.