All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qcloud.cos.model.GetBucketPolicyRequest Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.model;

import java.io.Serializable;

public class GetBucketPolicyRequest extends GenericBucketRequest implements Serializable {
    private static final long serialVersionUID = 1L;

    /**
     * Creates a new request object, ready to be executed to get  the policy for the specified
     * bucket.
     *
     * @param bucketName The name of the bucket 
     */
    public GetBucketPolicyRequest(String bucketName) {
        super(bucketName);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy