| Package | Description |
|---|---|
| org.mule.extension.s3.api.enums | |
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static ApiBucketACL |
ApiBucketACL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiBucketACL[] |
ApiBucketACL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketOperations.createBucket(S3Configuration configuration,
S3Connection connection,
String bucketName,
String locationConstraint,
ApiBucketACL acl,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<String,Void> callback)
Creates a new S3 bucket.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.