|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppendObjectResponse | |
---|---|
com.baidubce.services.bos |
Uses of AppendObjectResponse in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos that return AppendObjectResponse | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |