Uses of Class
com.oracle.bmc.objectstorage.responses.CommitMultipartUploadResponse
- 
Packages that use CommitMultipartUploadResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses com.oracle.bmc.objectstorage.transfer 
- 
- 
Uses of CommitMultipartUploadResponse in com.oracle.bmc.objectstorageMethods in com.oracle.bmc.objectstorage that return CommitMultipartUploadResponse Modifier and Type Method Description CommitMultipartUploadResponseObjectStorage. commitMultipartUpload(CommitMultipartUploadRequest request)Commits a multipart upload, which involves checking part numbers and entity tags (ETags) of the parts, to create an aggregate object.CommitMultipartUploadResponseObjectStorageClient. commitMultipartUpload(CommitMultipartUploadRequest request)Methods in com.oracle.bmc.objectstorage that return types with arguments of type CommitMultipartUploadResponse Modifier and Type Method Description Future<CommitMultipartUploadResponse>ObjectStorageAsync. commitMultipartUpload(CommitMultipartUploadRequest request, AsyncHandler<CommitMultipartUploadRequest,CommitMultipartUploadResponse> handler)Commits a multipart upload, which involves checking part numbers and entity tags (ETags) of the parts, to create an aggregate object.Future<CommitMultipartUploadResponse>ObjectStorageAsyncClient. commitMultipartUpload(CommitMultipartUploadRequest request, AsyncHandler<CommitMultipartUploadRequest,CommitMultipartUploadResponse> handler)Method parameters in com.oracle.bmc.objectstorage with type arguments of type CommitMultipartUploadResponse Modifier and Type Method Description Future<CommitMultipartUploadResponse>ObjectStorageAsync. commitMultipartUpload(CommitMultipartUploadRequest request, AsyncHandler<CommitMultipartUploadRequest,CommitMultipartUploadResponse> handler)Commits a multipart upload, which involves checking part numbers and entity tags (ETags) of the parts, to create an aggregate object.Future<CommitMultipartUploadResponse>ObjectStorageAsyncClient. commitMultipartUpload(CommitMultipartUploadRequest request, AsyncHandler<CommitMultipartUploadRequest,CommitMultipartUploadResponse> handler)
- 
Uses of CommitMultipartUploadResponse in com.oracle.bmc.objectstorage.responsesMethods in com.oracle.bmc.objectstorage.responses that return CommitMultipartUploadResponse Modifier and Type Method Description CommitMultipartUploadResponseCommitMultipartUploadResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type CommitMultipartUploadResponse Modifier and Type Method Description CommitMultipartUploadResponse.BuilderCommitMultipartUploadResponse.Builder. copy(CommitMultipartUploadResponse o)Copy method to populate the builder with values from the given instance.
- 
Uses of CommitMultipartUploadResponse in com.oracle.bmc.objectstorage.transferMethods in com.oracle.bmc.objectstorage.transfer that return CommitMultipartUploadResponse Modifier and Type Method Description CommitMultipartUploadResponseMultipartObjectAssembler. commit()Commits the multi-part upload after all in-progress uploads have completed.
 
-