| Package | Description |
|---|---|
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.operation.bucket.configuration | |
| org.mule.extension.s3.internal.service.bucket |
| Modifier and Type | Method and Description |
|---|---|
static List<BLCRule> |
S3ModelFactory.wrapBucketLifecycleRules(List<com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule> rules)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule> |
S3ModelFactory.unwrapBucketLifecycleConfigurationRules(List<BLCRule> lifecycleConfigurationRules)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BLCRule> |
BucketLifecycleConfigurationOperations.getBucketLifecycleConfiguration(S3Configuration config,
S3Connection connection,
String bucketName)
Returns the lifecycle configuration information set on the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketLifecycleConfigurationOperations.setBucketLifecycleConfiguration(S3Configuration config,
S3Connection connection,
String bucketName,
List<BLCRule> lifecycleConfigurationRules)
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<BLCRule> |
BucketService.getBucketLifecycleConfiguration(String bucketName) |
List<BLCRule> |
BucketServiceImpl.getBucketLifecycleConfiguration(String bucketName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketService.setBucketLifecycleConfiguration(String bucketName,
List<BLCRule> lifecycleConfigurationRules) |
void |
BucketServiceImpl.setBucketLifecycleConfiguration(String bucketName,
List<BLCRule> lifecycleConfigurationRules) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.