|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchObjectRequest | |
---|---|
com.baidubce.services.bos | |
com.baidubce.services.bos.model |
Uses of FetchObjectRequest in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos with parameters of type FetchObjectRequest | |
---|---|
FetchObjectResponse |
BosClient.fetchObject(FetchObjectRequest request)
Fetches a source object to a new destination in Bos. |
Uses of FetchObjectRequest in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return FetchObjectRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |