Uses of Class
io.lakefs.clients.api.model.UploadPart
-
Packages that use UploadPart Package Description io.lakefs.clients.api.model -
-
Uses of UploadPart in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return UploadPart Modifier and Type Method Description UploadPartUploadPart. etag(String etag)UploadPartUploadPart. partNumber(Integer partNumber)Methods in io.lakefs.clients.api.model that return types with arguments of type UploadPart Modifier and Type Method Description List<UploadPart>CompletePresignMultipartUpload. getParts()List of uploaded parts, should be ordered by ascending part numberMethods in io.lakefs.clients.api.model with parameters of type UploadPart Modifier and Type Method Description CompletePresignMultipartUploadCompletePresignMultipartUpload. addPartsItem(UploadPart partsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type UploadPart Modifier and Type Method Description CompletePresignMultipartUploadCompletePresignMultipartUpload. parts(List<UploadPart> parts)voidCompletePresignMultipartUpload. setParts(List<UploadPart> parts)
-