Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
StartTaskResult |
AbstractAmazonECS.startTask(StartTaskRequest request) |
StartTaskResult |
AmazonECSClient.startTask(StartTaskRequest request)
Starts a new task from the specified task definition on the specified container instance or instances.
|
StartTaskResult |
AmazonECS.startTask(StartTaskRequest startTaskRequest)
Starts a new task from the specified task definition on the specified container instance or instances.
|
Future<StartTaskResult> |
AbstractAmazonECSAsync.startTaskAsync(StartTaskRequest request) |
Future<StartTaskResult> |
AmazonECSAsyncClient.startTaskAsync(StartTaskRequest request) |
Future<StartTaskResult> |
AmazonECSAsync.startTaskAsync(StartTaskRequest startTaskRequest)
Starts a new task from the specified task definition on the specified container instance or instances.
|
Future<StartTaskResult> |
AbstractAmazonECSAsync.startTaskAsync(StartTaskRequest request,
AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) |
Future<StartTaskResult> |
AmazonECSAsyncClient.startTaskAsync(StartTaskRequest request,
AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) |
Future<StartTaskResult> |
AmazonECSAsync.startTaskAsync(StartTaskRequest startTaskRequest,
AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler)
Starts a new task from the specified task definition on the specified container instance or instances.
|
Modifier and Type | Method and Description |
---|---|
Future<StartTaskResult> |
AbstractAmazonECSAsync.startTaskAsync(StartTaskRequest request,
AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) |
Future<StartTaskResult> |
AmazonECSAsyncClient.startTaskAsync(StartTaskRequest request,
AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) |
Future<StartTaskResult> |
AmazonECSAsync.startTaskAsync(StartTaskRequest startTaskRequest,
AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler)
Starts a new task from the specified task definition on the specified container instance or instances.
|
Modifier and Type | Method and Description |
---|---|
StartTaskRequest |
StartTaskRequest.clone() |
StartTaskRequest |
StartTaskRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster where to start your task.
|
StartTaskRequest |
StartTaskRequest.withContainerInstances(Collection<String> containerInstances)
The container instance IDs or full ARN entries for the container instances where you would like to place your
task.
|
StartTaskRequest |
StartTaskRequest.withContainerInstances(String... containerInstances)
The container instance IDs or full ARN entries for the container instances where you would like to place your
task.
|
StartTaskRequest |
StartTaskRequest.withEnableECSManagedTags(Boolean enableECSManagedTags)
Specifies whether to use Amazon ECS managed tags for the task.
|
StartTaskRequest |
StartTaskRequest.withEnableExecuteCommand(Boolean enableExecuteCommand)
Whether or not the execute command functionality is enabled for the task.
|
StartTaskRequest |
StartTaskRequest.withGroup(String group)
The name of the task group to associate with the task.
|
StartTaskRequest |
StartTaskRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
StartTaskRequest |
StartTaskRequest.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 receives.
|
StartTaskRequest |
StartTaskRequest.withPropagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition or the service to the task.
|
StartTaskRequest |
StartTaskRequest.withPropagateTags(String propagateTags)
Specifies whether to propagate the tags from the task definition or the service to the task.
|
StartTaskRequest |
StartTaskRequest.withReferenceId(String referenceId)
The reference ID to use for the task.
|
StartTaskRequest |
StartTaskRequest.withStartedBy(String startedBy)
An optional tag specified when a task is started.
|
StartTaskRequest |
StartTaskRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
StartTaskRequest |
StartTaskRequest.withTags(Tag... tags)
The metadata that you apply to the task to help you categorize and organize them.
|
StartTaskRequest |
StartTaskRequest.withTaskDefinition(String taskDefinition)
The
family and revision (family:revision ) or full ARN of the task
definition to start. |
Copyright © 2023. All rights reserved.