Uses of Class
software.amazon.awssdk.services.ecs.model.StartTaskResponse
-
Packages that use StartTaskResponse Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service -
-
Uses of StartTaskResponse in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return StartTaskResponse Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ecs that return types with arguments of type StartTaskResponse Modifier and Type Method 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.
-