Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.ResumeBatchLoadTaskRequest
-
Packages that use ResumeBatchLoadTaskRequest Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write software.amazon.awssdk.services.timestreamwrite.transform -
-
Uses of ResumeBatchLoadTaskRequest in software.amazon.awssdk.services.timestreamwrite
Methods in software.amazon.awssdk.services.timestreamwrite with parameters of type ResumeBatchLoadTaskRequest Modifier and Type Method Description default CompletableFuture<ResumeBatchLoadTaskResponse>TimestreamWriteAsyncClient. resumeBatchLoadTask(ResumeBatchLoadTaskRequest resumeBatchLoadTaskRequest)default ResumeBatchLoadTaskResponseTimestreamWriteClient. resumeBatchLoadTask(ResumeBatchLoadTaskRequest resumeBatchLoadTaskRequest) -
Uses of ResumeBatchLoadTaskRequest in software.amazon.awssdk.services.timestreamwrite.transform
Methods in software.amazon.awssdk.services.timestreamwrite.transform with parameters of type ResumeBatchLoadTaskRequest Modifier and Type Method Description SdkHttpFullRequestResumeBatchLoadTaskRequestMarshaller. marshall(ResumeBatchLoadTaskRequest resumeBatchLoadTaskRequest)
-