类的使用
com.baidubce.services.bos.model.ListObjectsRequest
-
使用ListObjectsRequest的程序包 程序包 说明 com.baidubce.services.bos com.baidubce.services.bos.model -
-
com.baidubce.services.bos中ListObjectsRequest的使用
参数类型为ListObjectsRequest的com.baidubce.services.bos中的方法 修饰符和类型 方法 说明 ListObjectsResponseBosClient. listObjects(ListObjectsRequest request)Returns ListObjectsResponse containing a list of summary information about the objects in the specified buckets. -
com.baidubce.services.bos.model中ListObjectsRequest的使用
返回ListObjectsRequest的com.baidubce.services.bos.model中的方法 修饰符和类型 方法 说明 ListObjectsRequestListObjectsRequest. withBucketName(String bucketName)Sets the name of the Baidu Bos bucket whose objects are to be listed.ListObjectsRequestListObjectsRequest. 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.ListObjectsRequestListObjectsRequest. withMarker(String marker)Sets the optional marker parameter indicating where in the bucket to begin listing.ListObjectsRequestListObjectsRequest. withMaxKeys(int maxKeys)Sets the optionalmaxKeysparameter indicating the maximum number of keys to include in the response.ListObjectsRequestListObjectsRequest. withPrefix(String prefix)Sets the optional prefix parameter restricting the response to keys that begin with the specified prefix.ListObjectsRequestListObjectsRequest. withRequestCredentials(BceCredentials credentials)
-