| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
InitiateMultipartUploadResponse |
BosClient.initiateMultipartUpload(InitiateMultipartUploadRequest request)
Initiates a multipart upload and returns an InitiateMultipartUploadResponse
which contains an upload ID.
|
| Modifier and Type | Method and Description |
|---|---|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withBucketName(String bucketName)
Sets the name of the bucket in which to create the new multipart upload,
and hence, the eventual object created from the multipart upload.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withKey(String key)
Sets the key by which to store the new multipart upload, and hence, the
eventual object created from the multipart upload.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withMetadata(ObjectMetadata objectMetadata)
Sets the additional information about the new object being created, such
as content type, content encoding, user metadata, etc.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withRequestCredentials(BceCredentials credentials) |
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withStorageClass(String storageClass)
Sets the storageClass of the object which is be uploaded to Bos.
|
Copyright © 2024. All rights reserved.