Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.BatchLoadTask
-
Packages that use BatchLoadTask Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of BatchLoadTask in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type BatchLoadTask Modifier and Type Method Description List<BatchLoadTask>ListBatchLoadTasksResponse. batchLoadTasks()A list of batch load task details.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type BatchLoadTask Modifier and Type Method Description ListBatchLoadTasksResponse.BuilderListBatchLoadTasksResponse.Builder. batchLoadTasks(BatchLoadTask... batchLoadTasks)A list of batch load task details.Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type BatchLoadTask Modifier and Type Method Description ListBatchLoadTasksResponse.BuilderListBatchLoadTasksResponse.Builder. batchLoadTasks(Collection<BatchLoadTask> batchLoadTasks)A list of batch load task details.
-