Uses of Class
software.amazon.awssdk.services.datasync.model.TaskListEntry
-
Packages that use TaskListEntry Package Description software.amazon.awssdk.services.datasync.model software.amazon.awssdk.services.datasync.paginators -
-
Uses of TaskListEntry in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type TaskListEntry Modifier and Type Method Description List<TaskListEntry>ListTasksResponse. tasks()A list of all the tasks that are returned.Methods in software.amazon.awssdk.services.datasync.model with parameters of type TaskListEntry Modifier and Type Method Description ListTasksResponse.BuilderListTasksResponse.Builder. tasks(TaskListEntry... tasks)A list of all the tasks that are returned.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type TaskListEntry Modifier and Type Method Description ListTasksResponse.BuilderListTasksResponse.Builder. tasks(Collection<TaskListEntry> tasks)A list of all the tasks that are returned. -
Uses of TaskListEntry in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type TaskListEntry Modifier and Type Method Description SdkIterable<TaskListEntry>ListTasksIterable. tasks()Returns an iterable to iterate through the paginatedListTasksResponse.tasks()member.SdkPublisher<TaskListEntry>ListTasksPublisher. tasks()Returns a publisher that can be used to get a stream of data.
-