public class ListBucketAccessPointsRequest extends GenericRequest
NOOP| 构造器和说明 |
|---|
ListBucketAccessPointsRequest(String bucketName) |
ListBucketAccessPointsRequest(String bucketName,
String continuationToken,
Integer maxKeys) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContinuationToken() |
Integer |
getMaxKeys() |
void |
setContinuationToken(String continuationToken) |
void |
setMaxKeys(Integer maxKeys) |
ListBucketAccessPointsRequest |
withContinuationToken(String continuationToken) |
ListBucketAccessPointsRequest |
withMaxKeys(Integer maxKeys) |
getBucketName, getKey, getRequestPayer, getVersionId, setBucketName, setKey, setRequestPayer, setVersionId, withBucketName, withKey, withRequestPayer, withVersionIdaddAdditionalHeaderName, addHeader, addParameter, getAdditionalHeaderNames, getEndpoint, getHeaders, getParameters, getProgressListener, isLogEnabled, setAdditionalHeaderNames, setEndpoint, setHeaders, setLogEnabled, setParameters, setProgressListener, withProgressListenerpublic ListBucketAccessPointsRequest(String bucketName)
public String getContinuationToken()
public void setContinuationToken(String continuationToken)
public ListBucketAccessPointsRequest withContinuationToken(String continuationToken)
public Integer getMaxKeys()
public void setMaxKeys(Integer maxKeys)
public ListBucketAccessPointsRequest withMaxKeys(Integer maxKeys)
Copyright © 2025. All Rights Reserved.