| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| Modifier and Type | Method and Description |
|---|---|
default StartTaskResponse |
EcsClient.startTask(Consumer<StartTaskRequest.Builder> startTaskRequest)
Starts a new task from the specified task definition on the specified container instance or instances.
|
default StartTaskResponse |
EcsClient.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 |
|---|---|
default CompletableFuture<StartTaskResponse> |
EcsAsyncClient.startTask(Consumer<StartTaskRequest.Builder> 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.
|
Copyright © 2022. All rights reserved.