程序包 | 说明 |
---|---|
com.aliyun.oss | |
com.aliyun.oss.model |
限定符和类型 | 方法和说明 |
---|---|
BucketList |
OSSClient.listBuckets(ListBucketsRequest listBucketsRequest) |
BucketList |
OSS.listBuckets(ListBucketsRequest listBucketsRequest)
Returns all
Bucket instances of the current account that meet the
conditions specified. |
限定符和类型 | 方法和说明 |
---|---|
ListBucketsRequest |
ListBucketsRequest.withMarker(String marker)
Sets the marker filter and return the current ListBucketRequest instance
(this).
|
ListBucketsRequest |
ListBucketsRequest.withMaxKeys(Integer maxKeys)
Sets the max number of buckets to return the current ListBucketsRequest
instance (this).
|
ListBucketsRequest |
ListBucketsRequest.withPrefix(String prefix)
Sets the prefix filter and return the current ListBucketsRequest instance
(this).
|
Copyright © 2019. All Rights Reserved.