public class ListBucketsRequest extends Object
| 构造器和说明 |
|---|
ListBucketsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
BucketTypeEnum |
getBucketType() |
String |
getMarker() |
int |
getMaxKeys() |
boolean |
isQueryLocation() |
void |
setBucketType(BucketTypeEnum bucketType) |
void |
setMarker(String marker) |
void |
setMaxKeys(int maxKeys) |
void |
setQueryLocation(boolean queryLocation)
Specify whether to list the region information of all buckets.
|
String |
toString() |
public boolean isQueryLocation()
public void setQueryLocation(boolean queryLocation)
queryLocation - Whether to list the region information of all bucketspublic BucketTypeEnum getBucketType()
public void setBucketType(BucketTypeEnum bucketType)
public int getMaxKeys()
public void setMaxKeys(int maxKeys)
public String getMarker()
public void setMarker(String marker)
Copyright © 2024. All rights reserved.