类 Resource
- java.lang.Object
-
- com.baidubce.services.bos.model.Resource
-
public class Resource extends Object
resources of Bucket Acl. Resources Affected by ACL Configuration Items. Indicates to set access to the resources specified by resource.
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>getResource()Gets the resources of Bucket Acl.voidsetResource(List<String> resource)Sets the resources of Bucket Acl.StringtoString()ResourcewithResource(List<String> resource)Sets the resources of Bucket Acl.
-
-
-
方法详细资料
-
getResource
public List<String> getResource()
Gets the resources of Bucket Acl.- 返回:
- the resources of Bucket Acl.
-
setResource
public void setResource(List<String> resource)
Sets the resources of Bucket Acl.- 参数:
resource- The resources of Bucket Acl.
-
withResource
public Resource withResource(List<String> resource)
Sets the resources of Bucket Acl.- 参数:
resource- The resources of Bucket Acl.- 返回:
- this Object.
-
-