| Package | Description |
|---|---|
| org.mule.extension.s3.api.model | |
| org.mule.extension.s3.internal.converter | |
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
List<ApiLifecycleRule> |
ApiBucketLifecycleConfiguration.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiBucketLifecycleConfiguration.setRules(List<ApiLifecycleRule> rules) |
| Modifier and Type | Method and Description |
|---|---|
ApiLifecycleRule |
AwsLifecycleRuleConverter.convert(org.modelmapper.spi.MappingContext<software.amazon.awssdk.services.s3.model.LifecycleRule,ApiLifecycleRule> context) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.s3.model.LifecycleRule |
ApiLifecycleRuleConverter.convert(org.modelmapper.spi.MappingContext<ApiLifecycleRule,software.amazon.awssdk.services.s3.model.LifecycleRule> context) |
ApiLifecycleRule |
AwsLifecycleRuleConverter.convert(org.modelmapper.spi.MappingContext<software.amazon.awssdk.services.s3.model.LifecycleRule,ApiLifecycleRule> context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketOperations.putBucketLifecycleConfiguration(S3Configuration configuration,
S3Connection connection,
String bucket,
List<ApiLifecycleRule> lifecycleRules,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle configuration.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.