com.baidubce.services.bos.model
Class DeleteObjectAclRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.bos.model.GenericBucketRequest
com.baidubce.services.bos.model.GenericObjectRequest
com.baidubce.services.bos.model.DeleteObjectAclRequest
public class DeleteObjectAclRequest
- extends GenericObjectRequest
Provides options for deleting a object acl.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteObjectAclRequest
public DeleteObjectAclRequest()
- Constructs a void Constructor for DeleteObjectAclRequest.
DeleteObjectAclRequest
public DeleteObjectAclRequest(String bucketName,
String key)
- Constructs a new DeleteObjectAclRequest, ready to be executed to delete the specified object acl.
- Parameters:
bucketName
- The name of the Baidu Bos bucket to delete object acl.
withRequestCredentials
public DeleteObjectAclRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
withBucketName
public DeleteObjectAclRequest withBucketName(String bucketName)
- Specified by:
withBucketName
in class GenericBucketRequest
withKey
public DeleteObjectAclRequest withKey(String key)
- Specified by:
withKey
in class GenericObjectRequest
Copyright © 2018. All rights reserved.