| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| Modifier and Type | Method and Description |
|---|---|
default RunTaskResponse |
EcsClient.runTask(Consumer<RunTaskRequest.Builder> runTaskRequest)
Starts a new task using the specified task definition.
|
default RunTaskResponse |
EcsClient.runTask(RunTaskRequest runTaskRequest)
Starts a new task using the specified task definition.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RunTaskResponse> |
EcsAsyncClient.runTask(Consumer<RunTaskRequest.Builder> runTaskRequest)
Starts a new task using the specified task definition.
|
default CompletableFuture<RunTaskResponse> |
EcsAsyncClient.runTask(RunTaskRequest runTaskRequest)
Starts a new task using the specified task definition.
|
Copyright © 2022. All rights reserved.