|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PutObjectRequest | |
---|---|
com.baidubce.services.bos | |
com.baidubce.services.bos.model |
Uses of PutObjectRequest in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos with parameters of type PutObjectRequest | |
---|---|
PutObjectResponse |
BosClient.putObject(PutObjectRequest request)
Uploads a new object to the specified Bos bucket. |
Uses of PutObjectRequest in com.baidubce.services.bos.model |
---|
Subclasses of PutObjectRequest in com.baidubce.services.bos.model | |
---|---|
class |
AppendObjectRequest
Uploads a new object to the specified Baidu Bos bucket. |
Methods in com.baidubce.services.bos.model that return PutObjectRequest | |
---|---|
PutObjectRequest |
PutObjectRequest.withBucketName(String bucketName)
Sets the name of the bucket where this request will upload a new object to. |
PutObjectRequest |
PutObjectRequest.withFile(File file)
Sets the file containing the data to be uploaded to Baidu Bos. |
PutObjectRequest |
PutObjectRequest.withInputStream(InputStream inputStream)
Sets the input stream containing the data to be uploaded to Baidu Bos. |
PutObjectRequest |
PutObjectRequest.withKey(String key)
Sets the key under which to store the new object. |
PutObjectRequest |
PutObjectRequest.withObjectMetadata(ObjectMetadata objectMetadata)
Sets the optional metadata instructing Baidu Bos how to handle the uploaded data (e.g. |
PutObjectRequest |
PutObjectRequest.withRequestCredentials(BceCredentials credentials)
|
PutObjectRequest |
PutObjectRequest.withStorageClass(String storageClass)
Sets the storageClass of the input file which is be uploaded to Baidu Bos. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |