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 TypeMethodDescriptionvoidSnsSmsOperations.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.voidSnsSmsTemplate.send(String phoneNumber, String message, SmsMessageAttributes attributes) voidSnsSmsOperations.sendToTopicArn(String topicArn, String message, SmsMessageAttributes attributes) Sends SMS to a topic to which phone numbers are subscribed.voidSnsSmsTemplate.sendToTopicArn(String topicArn, String message, SmsMessageAttributes attributes)