Uses of Class
software.amazon.awssdk.services.s3.model.TopicConfiguration
Packages that use TopicConfiguration
-
Uses of TopicConfiguration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type TopicConfigurationModifier and TypeMethodDescriptionfinal List<TopicConfiguration>GetBucketNotificationConfigurationResponse.topicConfigurations()The topic to which notifications are sent and the events for which notifications are generated.final List<TopicConfiguration>NotificationConfiguration.topicConfigurations()The topic to which notifications are sent and the events for which notifications are generated.Methods in software.amazon.awssdk.services.s3.model with parameters of type TopicConfigurationModifier and TypeMethodDescriptionGetBucketNotificationConfigurationResponse.Builder.topicConfigurations(TopicConfiguration... topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.NotificationConfiguration.Builder.topicConfigurations(TopicConfiguration... topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type TopicConfigurationModifier and TypeMethodDescriptionGetBucketNotificationConfigurationResponse.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.NotificationConfiguration.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations) The topic to which notifications are sent and the events for which notifications are generated.