| Package | Description |
|---|---|
| com.baidubce.services.bos |
| Modifier and Type | Method and Description |
|---|---|
AppendObjectResponse |
BosClient.appendObject(AppendObjectRequest request)
Uploads a new object to the specified Bos bucket.
|
AppendObjectResponse |
BosClient.appendObject(String bucketName,
String key,
byte[] value)
Uploads the specified bytes to Bos under the specified bucket and key name.
|
AppendObjectResponse |
BosClient.appendObject(String bucketName,
String key,
byte[] value,
ObjectMetadata metadata)
Uploads the appendable bytes and object metadata to Bos under the specified bucket and key name.
|
AppendObjectResponse |
BosClient.appendObject(String bucketName,
String key,
File file)
Uploads the specified appendable file to Bos under the specified bucket and key name.
|
AppendObjectResponse |
BosClient.appendObject(String bucketName,
String key,
File file,
ObjectMetadata metadata)
Uploads the specified appendable file to Bos under the specified bucket and key name.
|
AppendObjectResponse |
BosClient.appendObject(String bucketName,
String key,
InputStream input)
Uploads the appendable input stream to Bos under the specified bucket and key name.
|
AppendObjectResponse |
BosClient.appendObject(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata)
Uploads the appendable input stream and object metadata to Bos under the specified bucket and key name.
|
AppendObjectResponse |
BosClient.appendObject(String bucketName,
String key,
String value)
Uploads the specified string to Bos under the specified bucket and key name.
|
AppendObjectResponse |
BosClient.appendObject(String bucketName,
String key,
String value,
ObjectMetadata metadata)
Uploads the specified string and object metadata to Bos under the specified bucket and key name.
|
Copyright © 2021. All rights reserved.