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.
|
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.
|
Copyright © 2019. All rights reserved.