Uses of Class
software.amazon.awssdk.services.deadline.model.ListTasksResponse
-
Packages that use ListTasksResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.software.amazon.awssdk.services.deadline.paginators -
-
Uses of ListTasksResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return ListTasksResponse Modifier and Type Method Description default ListTasksResponseDeadlineClient. listTasks(Consumer<ListTasksRequest.Builder> listTasksRequest)Lists tasks for a job.default ListTasksResponseDeadlineClient. listTasks(ListTasksRequest listTasksRequest)Lists tasks for a job.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type ListTasksResponse Modifier and Type Method Description default CompletableFuture<ListTasksResponse>DeadlineAsyncClient. listTasks(Consumer<ListTasksRequest.Builder> listTasksRequest)Lists tasks for a job.default CompletableFuture<ListTasksResponse>DeadlineAsyncClient. listTasks(ListTasksRequest listTasksRequest)Lists tasks for a job. -
Uses of ListTasksResponse in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type ListTasksResponse Modifier and Type Method Description Iterator<ListTasksResponse>ListTasksIterable. iterator()Method parameters in software.amazon.awssdk.services.deadline.paginators with type arguments of type ListTasksResponse Modifier and Type Method Description voidListTasksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTasksResponse> subscriber)
-