程序包 | 说明 |
---|---|
com.aliyun.oss | |
com.aliyun.oss.model |
限定符和类型 | 方法和说明 |
---|---|
ObjectListing |
OSSClient.listObjects(ListObjectsRequest listObjectsRequest) |
ObjectListing |
OSS.listObjects(ListObjectsRequest listObjectsRequest)
Lists all objects under the specified
Bucket in the parameter of
ListObjectsRequest |
限定符和类型 | 方法和说明 |
---|---|
ListObjectsRequest |
ListObjectsRequest.withDelimiter(String delimiter)
Sets the delimiter and returns the current ListObjectsRequest instance
(this).
|
ListObjectsRequest |
ListObjectsRequest.withEncodingType(String encodingType)
Sets the encoding type of object names in response body and returns the
current ListObjectsRequest instance (this).
|
ListObjectsRequest |
ListObjectsRequest.withMarker(String marker)
Sets the mark filter and returns the current ListObjectsRequest instance
(this).
|
ListObjectsRequest |
ListObjectsRequest.withMaxKeys(Integer maxKeys)
Sets the max objects and returns the current ListObjectsRequest instance
(this).
|
ListObjectsRequest |
ListObjectsRequest.withPrefix(String prefix)
Sets teh prefix filter and return the current ListObjectsRequest instance
(this).
|
Copyright © 2019. All Rights Reserved.