|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppendObjectRequest | |
---|---|
com.baidubce.services.bos | |
com.baidubce.services.bos.model |
Uses of AppendObjectRequest in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos with parameters of type AppendObjectRequest | |
---|---|
AppendObjectResponse |
BosClient.appendObject(AppendObjectRequest request)
Uploads a new object to the specified Bos bucket. |
Uses of AppendObjectRequest in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return AppendObjectRequest | |
---|---|
AppendObjectRequest |
AppendObjectRequest.withBucketName(String bucketName)
Sets the name of the bucket where this request will upload a new object to. |
AppendObjectRequest |
AppendObjectRequest.withFile(File file)
Sets the file containing the data to be uploaded to Baidu Bos. |
AppendObjectRequest |
AppendObjectRequest.withInputStream(InputStream inputStream)
Sets the input stream containing the data to be uploaded to Baidu Bos. |
AppendObjectRequest |
AppendObjectRequest.withKey(String key)
Sets the key under which to store the new object. |
AppendObjectRequest |
AppendObjectRequest.withObjectMetadata(ObjectMetadata objectMetadata)
Sets the optional metadata instructing Baidu Bos how to handle the uploaded data (e.g. |
AppendObjectRequest |
AppendObjectRequest.withOffset(Long offset)
Sets the offset of the file, which shows the resume position of appendable file. |
AppendObjectRequest |
AppendObjectRequest.withRequestCredentials(BceCredentials credentials)
Sets the optional credentials to use for this request, overriding the default credentials set at the client level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |