Uses of Class
software.amazon.awssdk.services.datasync.model.ListTaskExecutionsResponse
-
Packages that use ListTaskExecutionsResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of ListTaskExecutionsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return ListTaskExecutionsResponse Modifier and Type Method Description default ListTaskExecutionsResponseDataSyncClient. listTaskExecutions()Returns a list of executed tasks.default ListTaskExecutionsResponseDataSyncClient. listTaskExecutions(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest)Returns a list of executed tasks.default ListTaskExecutionsResponseDataSyncClient. listTaskExecutions(ListTaskExecutionsRequest listTaskExecutionsRequest)Returns a list of executed tasks.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type ListTaskExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListTaskExecutionsResponse>DataSyncAsyncClient. listTaskExecutions()Returns a list of executed tasks.default CompletableFuture<ListTaskExecutionsResponse>DataSyncAsyncClient. listTaskExecutions(Consumer<ListTaskExecutionsRequest.Builder> listTaskExecutionsRequest)Returns a list of executed tasks.default CompletableFuture<ListTaskExecutionsResponse>DataSyncAsyncClient. listTaskExecutions(ListTaskExecutionsRequest listTaskExecutionsRequest)Returns a list of executed tasks. -
Uses of ListTaskExecutionsResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type ListTaskExecutionsResponse Modifier and Type Method Description Iterator<ListTaskExecutionsResponse>ListTaskExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.datasync.paginators with type arguments of type ListTaskExecutionsResponse Modifier and Type Method Description voidListTaskExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTaskExecutionsResponse> subscriber)
-