| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
FetchObjectResponse |
BosClient.fetchObject(FetchObjectRequest request)
Fetches a source object to a new destination in Bos.
|
| Modifier and Type | Method and Description |
|---|---|
FetchObjectRequest |
FetchObjectRequest.withBucketName(String bucketName)
Sets the name of the destination bucket which will contain the new,
fetched object and returns this object, enabling additional method calls
to be chained together.
|
FetchObjectRequest |
FetchObjectRequest.withKey(String key)
Sets the destination bucket key under which the new, fetched object
will be stored and returns this object, enabling additional method calls
can be chained together.
|
FetchObjectRequest |
FetchObjectRequest.withMode(String mode)
Sets the mode of this fetching job, enabling additional method calls to be chained together.
|
FetchObjectRequest |
FetchObjectRequest.withRequestCredentials(BceCredentials credentials) |
FetchObjectRequest |
FetchObjectRequest.withSourceUrl(String sourceUrl)
Sets the url string of the sourceUrl to be fetched,
and returns this object, enabling additional method calls to be chained together.
|
FetchObjectRequest |
FetchObjectRequest.withStorageClass(String storageClass)
Sets the storageClass of the input file which is to be fetched to Baidu Bos.
|
Copyright © 2024. All rights reserved.