|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListObjectsRequest | |
---|---|
com.baidubce.services.bos | |
com.baidubce.services.bos.model |
Uses of ListObjectsRequest in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos with parameters of type ListObjectsRequest | |
---|---|
ListObjectsResponse |
BosClient.listObjects(ListObjectsRequest request)
Returns ListObjectsResponse containing a list of summary information about the objects in the specified buckets. |
Uses of ListObjectsRequest in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return ListObjectsRequest | |
---|---|
ListObjectsRequest |
ListObjectsRequest.withBucketName(String bucketName)
Sets the name of the Baidu Bos bucket whose objects are to be listed. |
ListObjectsRequest |
ListObjectsRequest.withDelimiter(String delimiter)
Sets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element. |
ListObjectsRequest |
ListObjectsRequest.withMarker(String marker)
Sets the optional marker parameter indicating where in the bucket to begin listing. |
ListObjectsRequest |
ListObjectsRequest.withMaxKeys(int maxKeys)
Sets the optional maxKeys parameter indicating the maximum number of keys to
include in the response. |
ListObjectsRequest |
ListObjectsRequest.withPrefix(String prefix)
Sets the optional prefix parameter restricting the response to keys that begin with the specified prefix. |
ListObjectsRequest |
ListObjectsRequest.withRequestCredentials(BceCredentials credentials)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |