| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it
easy to run, stop, and manage Docker containers on a cluster.
|
| software.amazon.awssdk.services.ecs.transform |
| Modifier and Type | Method and Description |
|---|---|
default StartTaskResponse |
EcsClient.startTask(StartTaskRequest startTaskRequest)
Starts a new task from the specified task definition on the specified container instance or instances.
|
default CompletableFuture<StartTaskResponse> |
EcsAsyncClient.startTask(StartTaskRequest startTaskRequest)
Starts a new task from the specified task definition on the specified container instance or instances.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
StartTaskRequestMarshaller.marshall(StartTaskRequest startTaskRequest) |
Copyright © 2019. All rights reserved.