Uses of Class
software.amazon.awssdk.services.datasync.model.TaskExecutionListEntry
-
Packages that use TaskExecutionListEntry Package Description software.amazon.awssdk.services.datasync.model software.amazon.awssdk.services.datasync.paginators -
-
Uses of TaskExecutionListEntry in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type TaskExecutionListEntry Modifier and Type Method Description List<TaskExecutionListEntry>ListTaskExecutionsResponse. taskExecutions()A list of the task's executions.Methods in software.amazon.awssdk.services.datasync.model with parameters of type TaskExecutionListEntry Modifier and Type Method Description ListTaskExecutionsResponse.BuilderListTaskExecutionsResponse.Builder. taskExecutions(TaskExecutionListEntry... taskExecutions)A list of the task's executions.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type TaskExecutionListEntry Modifier and Type Method Description ListTaskExecutionsResponse.BuilderListTaskExecutionsResponse.Builder. taskExecutions(Collection<TaskExecutionListEntry> taskExecutions)A list of the task's executions. -
Uses of TaskExecutionListEntry in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type TaskExecutionListEntry Modifier and Type Method Description SdkIterable<TaskExecutionListEntry>ListTaskExecutionsIterable. taskExecutions()Returns an iterable to iterate through the paginatedListTaskExecutionsResponse.taskExecutions()member.SdkPublisher<TaskExecutionListEntry>ListTaskExecutionsPublisher. taskExecutions()Returns a publisher that can be used to get a stream of data.
-