Package | Description |
---|---|
org.mule.module.s3 | |
org.mule.module.s3.model | |
org.mule.module.s3.util |
Modifier and Type | Method and Description |
---|---|
BucketWebsiteConfiguration |
S3Connector.getBucketWebsiteConfiguration(String bucketName)
Answers the website of the given bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
S3Connector.setBucketWebsiteConfiguration(String bucketName,
BucketWebsiteConfiguration bucketWebsiteConfiguration)
Sets the given bucket's website configuration.
|
Modifier and Type | Method and Description |
---|---|
BucketWebsiteConfiguration |
BucketWebsiteConfiguration.withRedirectAllRequestsTo(RedirectRule redirectAllRequestsTo)
Sets the redirect information where all requests will be redirect to and returns a reference to this object(BucketWebsiteConfiguration) for method chaining.
|
BucketWebsiteConfiguration |
BucketWebsiteConfiguration.withRoutingRules(List<RoutingRule> routingRules)
Set the list of routing rules that can be used for configuring redirects if certain conditions are meet and returns a reference to this object(BucketWebsiteConfiguration)
for method chaining.
|
Modifier and Type | Method and Description |
---|---|
static BucketWebsiteConfiguration |
S3ModelFactory.wrapBucketWebsiteConfiguration(com.amazonaws.services.s3.model.BucketWebsiteConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static com.amazonaws.services.s3.model.BucketWebsiteConfiguration |
S3ModelFactory.unwrapBucketWebsiteConfiguration(BucketWebsiteConfiguration configuration) |
Copyright © 2010–2016. All rights reserved.