com.qcloud.cos.model.GetBucketLocationRequest Maven / Gradle / Ivy
package com.qcloud.cos.model;
/*
* Get The Location Of the Bucket
*/
public class GetBucketLocationRequest extends GenericBucketRequest {
public GetBucketLocationRequest(String bucketName) {
super(bucketName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy