Package | Description |
---|---|
org.mule.module.s3 | |
org.mule.module.s3.model |
Modifier and Type | Method and Description |
---|---|
Bucket |
S3Connector.createBucket(String bucketName,
Region region,
CannedAccessControlList acl)
Creates a new bucket; connector must not be configured as anonymous for this operation to succeed.
|
List<Bucket> |
S3Connector.listBuckets(Region region)
Answers a list of all Amazon S3 buckets that the authenticated sender of the request owns.
|
Modifier and Type | Method and Description |
---|---|
static Region |
Region.fromValue(String s3RegionId)
Returns the Amazon S3 Region enumeration value representing the specified Amazon S3 Region ID string.
|
static Region |
Region.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
Region.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2021. All rights reserved.