| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
List<TopicConfiguration> |
NotificationConfiguration.topicConfigurations()
The topic to which notifications are sent and the events for which notifications are generated.
|
List<TopicConfiguration> |
GetBucketNotificationConfigurationResponse.topicConfigurations()
The topic to which notifications are sent and the events for which notifications are generated.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.topicConfigurations(TopicConfiguration... topicConfigurations)
The topic to which notifications are sent and the events for which notifications are generated.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(TopicConfiguration... topicConfigurations)
The topic to which notifications are sent and the events for which notifications are generated.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations)
The topic to which notifications are sent and the events for which notifications are generated.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations)
The topic to which notifications are sent and the events for which notifications are generated.
|
Copyright © 2022. All rights reserved.