Uses of Class
io.awspring.cloud.sns.sms.SmsMessageAttributes
Packages that use SmsMessageAttributes
-
Uses of SmsMessageAttributes in io.awspring.cloud.sns.sms
Methods in io.awspring.cloud.sns.sms that return SmsMessageAttributesMethods in io.awspring.cloud.sns.sms with parameters of type SmsMessageAttributesModifier and TypeMethodDescriptionvoid
SnsSmsOperations.send
(String phoneNumber, String message, SmsMessageAttributes attributes) Sends SMS directly to a phone number without a need for a phone number to be subscribed to an SNS topic.void
SnsSmsTemplate.send
(String phoneNumber, String message, SmsMessageAttributes attributes) void
SnsSmsOperations.sendToTopicArn
(String topicArn, String message, SmsMessageAttributes attributes) Sends SMS to a topic to which phone numbers are subscribed.void
SnsSmsTemplate.sendToTopicArn
(String topicArn, String message, SmsMessageAttributes attributes)