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.objectstorage
Methods in com.oracle.bmc.objectstorage that return CommitMultipartUploadResponse Modifier and Type Method Description CommitMultipartUploadResponse
ObjectStorage. commitMultipartUpload(CommitMultipartUploadRequest request)
Commits a multipart upload, which involves checking part numbers and entity tags (ETags) of the parts, to create an aggregate object.CommitMultipartUploadResponse
ObjectStorageClient. 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.responses
Methods in com.oracle.bmc.objectstorage.responses that return CommitMultipartUploadResponse Modifier and Type Method Description CommitMultipartUploadResponse
CommitMultipartUploadResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type CommitMultipartUploadResponse Modifier and Type Method Description CommitMultipartUploadResponse.Builder
CommitMultipartUploadResponse.Builder. copy(CommitMultipartUploadResponse o)
Copy method to populate the builder with values from the given instance. -
Uses of CommitMultipartUploadResponse in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer that return CommitMultipartUploadResponse Modifier and Type Method Description CommitMultipartUploadResponse
MultipartObjectAssembler. commit()
Commits the multi-part upload after all in-progress uploads have completed.
-