Uses of Interface
com.oracle.bmc.objectstorage.transfer.MultipartManifest
-
Packages that use MultipartManifest Package Description com.oracle.bmc.objectstorage.transfer com.oracle.bmc.objectstorage.transfer.internal -
-
Uses of MultipartManifest in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer that return MultipartManifest Modifier and Type Method Description MultipartManifest
MultipartObjectAssembler. newRequest(String contentType, String contentLanguage, String contentEncoding, Map<String,String> opcMeta)
Initialize a new multi-part upload request.MultipartManifest
MultipartObjectAssembler. resumeRequest(String uploadId)
Resumes an existing multi-part upload using the upload ID. -
Uses of MultipartManifest in com.oracle.bmc.objectstorage.transfer.internal
Classes in com.oracle.bmc.objectstorage.transfer.internal that implement MultipartManifest Modifier and Type Class Description class
MultipartManifestImpl
Manifest impl that provides thread-safe access to an ongoing manifest upload.
-