Uses of Class
software.amazon.awssdk.services.datasync.model.ListTaskExecutionsRequest
-
Packages that use ListTaskExecutionsRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators software.amazon.awssdk.services.datasync.transform -
-
Uses of ListTaskExecutionsRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type ListTaskExecutionsRequest Modifier and Type Method Description default CompletableFuture<ListTaskExecutionsResponse>DataSyncAsyncClient. listTaskExecutions(ListTaskExecutionsRequest listTaskExecutionsRequest)Returns a list of executed tasks.default ListTaskExecutionsResponseDataSyncClient. listTaskExecutions(ListTaskExecutionsRequest listTaskExecutionsRequest)Returns a list of executed tasks.default ListTaskExecutionsPublisherDataSyncAsyncClient. listTaskExecutionsPaginator(ListTaskExecutionsRequest listTaskExecutionsRequest)Returns a list of executed tasks.default ListTaskExecutionsIterableDataSyncClient. listTaskExecutionsPaginator(ListTaskExecutionsRequest listTaskExecutionsRequest)Returns a list of executed tasks. -
Uses of ListTaskExecutionsRequest in software.amazon.awssdk.services.datasync.paginators
Constructors in software.amazon.awssdk.services.datasync.paginators with parameters of type ListTaskExecutionsRequest Constructor Description ListTaskExecutionsIterable(DataSyncClient client, ListTaskExecutionsRequest firstRequest)ListTaskExecutionsPublisher(DataSyncAsyncClient client, ListTaskExecutionsRequest firstRequest) -
Uses of ListTaskExecutionsRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type ListTaskExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestListTaskExecutionsRequestMarshaller. marshall(ListTaskExecutionsRequest listTaskExecutionsRequest)
-