| Package | Description |
|---|---|
| org.mule.extension.s3.api.model | |
| org.mule.extension.s3.api.response | |
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
List<ApiGrant> |
ApiLoggingEnabled.getTargetGrants() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiLoggingEnabled.setTargetGrants(List<ApiGrant> targetGrants) |
| Modifier and Type | Method and Description |
|---|---|
List<ApiGrant> |
BucketAclResponse.getGrants() |
List<ApiGrant> |
GetObjectAclResponse.getGrants() |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketAclResponse.setGrants(List<ApiGrant> grants) |
void |
GetObjectAclResponse.setGrants(List<ApiGrant> grants) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketOperations.putBucketAcl(S3Configuration configuration,
S3Connection connection,
String bucket,
List<ApiGrant> grants,
String ownerId,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
Sets the permissions on an existing bucket using access control lists (ACL).
|
void |
ObjectOperations.putObjectAcl(S3Configuration configuration,
S3Connection connection,
String bucketName,
String key,
String contentMD5,
String versionId,
ApiObjectACL objectACL,
ApiOwner owner,
List<ApiGrant> grants,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback)
Uses the acl subresource to set the access control list (ACL) permissions for a new or existing object in an S3 bucket.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.