类 ListBucketsRequest
java.lang.Object
com.obs.services.model.ListBucketsRequest
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intbooleanvoidsetBucketType(BucketTypeEnum bucketType) voidvoidsetMaxKeys(int maxKeys) voidsetQueryLocation(boolean queryLocation) Specify whether to list the region information of all buckets.toString()
-
构造器详细资料
-
ListBucketsRequest
public ListBucketsRequest()
-
-
方法详细资料
-
isQueryLocation
public boolean isQueryLocation() -
setQueryLocation
public void setQueryLocation(boolean queryLocation) Specify whether to list the region information of all buckets.- 参数:
queryLocation- Whether to list the region information of all buckets
-
toString
-
getBucketType
-
setBucketType
-
getMaxKeys
public int getMaxKeys() -
setMaxKeys
public void setMaxKeys(int maxKeys) -
getMarker
-
setMarker
-