类 GetBucketLocationRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bos.model.GenericBucketRequest
-
- com.baidubce.services.bos.model.GetBucketLocationRequest
-
public class GetBucketLocationRequest extends GenericBucketRequest
Get Bucket Location Request class
-
-
构造器概要
构造器 构造器 说明 GetBucketLocationRequest(String bucketName)Constructs a new GetBucketLocationRequest object, ready to retrieve the Location for the specified bucket when executed.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 GetBucketLocationRequestwithBucketName(String bucketName)GetBucketLocationRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.services.bos.model.GenericBucketRequest
getBucketName, setBucketName
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
构造器详细资料
-
GetBucketLocationRequest
public GetBucketLocationRequest(String bucketName)
Constructs a new GetBucketLocationRequest object, ready to retrieve the Location for the specified bucket when executed.- 参数:
bucketName- The name of the bucket whose Location will be retrieved by this request when executed.
-
-
方法详细资料
-
withRequestCredentials
public GetBucketLocationRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
withBucketName
public GetBucketLocationRequest withBucketName(String bucketName)
- 指定者:
withBucketName在类中GenericBucketRequest
-
-