Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses | |
com.oracle.bmc.objectstorage.transfer.internal |
Modifier and Type | Method and Description |
---|---|
UploadPartResponse |
ObjectStorage.uploadPart(UploadPartRequest request)
Uploads a single part of a multipart upload.
|
UploadPartResponse |
ObjectStorageClient.uploadPart(UploadPartRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UploadPartResponse> |
ObjectStorageAsyncClient.uploadPart(UploadPartRequest request,
AsyncHandler<UploadPartRequest,UploadPartResponse> handler) |
Future<UploadPartResponse> |
ObjectStorageAsync.uploadPart(UploadPartRequest request,
AsyncHandler<UploadPartRequest,UploadPartResponse> handler)
Uploads a single part of a multipart upload.
|
Modifier and Type | Method and Description |
---|---|
Future<UploadPartResponse> |
ObjectStorageAsyncClient.uploadPart(UploadPartRequest request,
AsyncHandler<UploadPartRequest,UploadPartResponse> handler) |
Future<UploadPartResponse> |
ObjectStorageAsync.uploadPart(UploadPartRequest request,
AsyncHandler<UploadPartRequest,UploadPartResponse> handler)
Uploads a single part of a multipart upload.
|
Modifier and Type | Method and Description |
---|---|
UploadPartResponse |
UploadPartResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
UploadPartResponse.Builder |
UploadPartResponse.Builder.copy(UploadPartResponse o)
Copy method to populate the builder with values from the given instance.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartManifestImpl.registerSuccess(int partNumber,
UploadPartResponse part)
Register a successful upload.
|
Copyright © 2016–2024. All rights reserved.