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.transferMethods in com.oracle.bmc.objectstorage.transfer that return MultipartManifest Modifier and Type Method Description MultipartManifestMultipartObjectAssembler. newRequest(String contentType, String contentLanguage, String contentEncoding, Map<String,String> opcMeta)Initialize a new multi-part upload request.MultipartManifestMultipartObjectAssembler. resumeRequest(String uploadId)Resumes an existing multi-part upload using the upload ID.
- 
Uses of MultipartManifest in com.oracle.bmc.objectstorage.transfer.internalClasses in com.oracle.bmc.objectstorage.transfer.internal that implement MultipartManifest Modifier and Type Class Description classMultipartManifestImplManifest impl that provides thread-safe access to an ongoing manifest upload.
 
-