| 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 Map<String,TopicConfiguration> |
S3ModelFactory.wrapBucketNotification(com.amazonaws.services.s3.model.BucketNotificationConfiguration configuration)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static com.amazonaws.services.s3.model.BucketNotificationConfiguration |
S3ModelFactory.unwrapBucketNotification(Map<String,TopicConfiguration> notificationConfigurations)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopicConfiguration> |
BucketNotificationConfigurationOperations.getBucketNotificationConfiguration(S3Configuration config,
S3Connection connection,
String bucketName)
Return the notification configuration of a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketNotificationConfigurationOperations.setBucketNotificationConfiguration(S3Configuration config,
S3Connection connection,
String bucketName,
Map<String,TopicConfiguration> topicConfigurations)
Sets the notification configuration for the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TopicConfiguration> |
BucketServiceImpl.getBucketNotificationConfiguration(String bucketName) |
Map<String,TopicConfiguration> |
BucketService.getBucketNotificationConfiguration(String bucketName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketServiceImpl.setBucketNotificationConfiguration(String bucketName,
Map<String,TopicConfiguration> topicConfigurations) |
void |
BucketService.setBucketNotificationConfiguration(String bucketName,
Map<String,TopicConfiguration> topicConfigurations) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.