Uses of Class
software.amazon.awssdk.services.datasync.model.ListTasksResponse
-
Packages that use ListTasksResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of ListTasksResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return ListTasksResponse Modifier and Type Method Description default ListTasksResponseDataSyncClient. listTasks()Returns a list of the DataSync tasks you created.default ListTasksResponseDataSyncClient. listTasks(Consumer<ListTasksRequest.Builder> listTasksRequest)Returns a list of the DataSync tasks you created.default ListTasksResponseDataSyncClient. listTasks(ListTasksRequest listTasksRequest)Returns a list of the DataSync tasks you created.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type ListTasksResponse Modifier and Type Method Description default CompletableFuture<ListTasksResponse>DataSyncAsyncClient. listTasks()Returns a list of the DataSync tasks you created.default CompletableFuture<ListTasksResponse>DataSyncAsyncClient. listTasks(Consumer<ListTasksRequest.Builder> listTasksRequest)Returns a list of the DataSync tasks you created.default CompletableFuture<ListTasksResponse>DataSyncAsyncClient. listTasks(ListTasksRequest listTasksRequest)Returns a list of the DataSync tasks you created. -
Uses of ListTasksResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.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.datasync.paginators with type arguments of type ListTasksResponse Modifier and Type Method Description voidListTasksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTasksResponse> subscriber)
-