Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
StartTaskResult |
AmazonECS.startTask(StartTaskRequest startTaskRequest)
Starts a new task from the specified task definition on the specified container instance or instances.
|
StartTaskResult |
AmazonECSClient.startTask(StartTaskRequest request)
Starts a new task from the specified task definition on the specified container instance or instances.
|
StartTaskResult |
AbstractAmazonECS.startTask(StartTaskRequest request) |
Future<StartTaskResult> |
AmazonECSAsyncClient.startTaskAsync(StartTaskRequest request) |
Future<StartTaskResult> |
AbstractAmazonECSAsync.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> |
AmazonECSAsyncClient.startTaskAsync(StartTaskRequest request,
AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) |
Future<StartTaskResult> |
AbstractAmazonECSAsync.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> |
AmazonECSAsyncClient.startTaskAsync(StartTaskRequest request,
AsyncHandler<StartTaskRequest,StartTaskResult> asyncHandler) |
Future<StartTaskResult> |
AbstractAmazonECSAsync.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 on which to start your task.
|
StartTaskRequest |
StartTaskRequest.withContainerInstances(Collection<String> containerInstances)
The container instance IDs or full ARN entries for the container instances on which you would like to place your
task.
|
StartTaskRequest |
StartTaskRequest.withContainerInstances(String... containerInstances)
The container instance IDs or full ARN entries for the container instances on which you would like to place your
task.
|
StartTaskRequest |
StartTaskRequest.withEnableECSManagedTags(Boolean enableECSManagedTags)
Specifies whether to enable Amazon ECS managed tags 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 should receive.
|
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.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 © 2019. All rights reserved.