Uses of Class
io.awspring.cloud.sns.core.SnsNotification
Packages that use SnsNotification
-
Uses of SnsNotification in io.awspring.cloud.sns.core
Methods in io.awspring.cloud.sns.core that return SnsNotificationModifier and TypeMethodDescriptionSnsNotification.Builder.build()static <T> SnsNotification<T>SnsNotification.of(T payload) Creates notification from payload.Methods in io.awspring.cloud.sns.core with parameters of type SnsNotificationModifier and TypeMethodDescriptionvoidSnsOperations.sendNotification(String topic, SnsNotification<?> notification) Sends a notification to a topic.voidSnsTemplate.sendNotification(String topic, SnsNotification<?> notification)