| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
ObjectOperations.getObjectAcl(S3Configuration config,
S3Connection connection,
String bucketName,
String key,
String versionId)
Returns the access control list (ACL) of an object.
|
static org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
S3ModelFactory.wrapAccessControlList(com.amazonaws.services.s3.model.AccessControlList objectAcl)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
BucketOperations.getBucketAcl(S3Configuration config,
S3Connection connection,
String bucketName)
Answers the access control list of the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
ObjectService.getObjectAcl(VersionedObjectIdentifier objectId) |
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
ObjectServiceImpl.getObjectAcl(VersionedObjectIdentifier objectId) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
BucketServiceImpl.getBucketAcl(String bucketName) |
org.mule.runtime.extension.api.runtime.operation.Result<List<Grant>,AccessControlListAttributes> |
BucketService.getBucketAcl(String bucketName) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.