Uses of Class
software.amazon.awssdk.services.s3.model.TopicConfiguration
-
Packages that use TopicConfiguration Package Description software.amazon.awssdk.services.s3.model -
-
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 TopicConfiguration Modifier and Type Method Description List<TopicConfiguration>GetBucketNotificationConfigurationResponse. topicConfigurations()The topic to which notifications are sent and the events for which notifications are generated.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 TopicConfiguration Modifier and Type Method Description GetBucketNotificationConfigurationResponse.BuilderGetBucketNotificationConfigurationResponse.Builder. topicConfigurations(TopicConfiguration... topicConfigurations)The topic to which notifications are sent and the events for which notifications are generated.NotificationConfiguration.BuilderNotificationConfiguration.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 TopicConfiguration Modifier and Type Method Description GetBucketNotificationConfigurationResponse.BuilderGetBucketNotificationConfigurationResponse.Builder. topicConfigurations(Collection<TopicConfiguration> topicConfigurations)The topic to which notifications are sent and the events for which notifications are generated.NotificationConfiguration.BuilderNotificationConfiguration.Builder. topicConfigurations(Collection<TopicConfiguration> topicConfigurations)The topic to which notifications are sent and the events for which notifications are generated.
-