Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
AccessControlList |
AbstractAmazonS3.getObjectAcl(GetObjectAclRequest getObjectAclRequest) |
AccessControlList |
AmazonS3Client.getObjectAcl(GetObjectAclRequest getObjectAclRequest) |
AccessControlList |
AmazonS3.getObjectAcl(GetObjectAclRequest getObjectAclRequest)
Gets the
AccessControlList (ACL) for the specified object in Amazon S3. |
Modifier and Type | Method and Description |
---|---|
GetObjectAclRequest |
GetObjectAclRequest.withBucket(String bucketName)
The bucket name that contains the object for which to get the ACL information.
|
GetObjectAclRequest |
GetObjectAclRequest.withKey(String key)
Sets the key under which the object whose ACL to be retrieved is stored.
|
GetObjectAclRequest |
GetObjectAclRequest.withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
GetObjectAclRequest |
GetObjectAclRequest.withVersionId(String versionId)
Sets the optional version ID specifying which version of the object whose ACL to be
retrieved and returns this
GetObjectAclRequest , enabling additional method calls to be
chained together. |
GetObjectAclRequest |
GetObjectAclRequest.withWormMirrorDestination(String wormMirrorDestination)
Sets the optional mirror-destination value for WORM mirroring
and returns the updated GetObjectAclRequest so that additional
method calls may be chained together.
|
Copyright © 2024. All rights reserved.