Uses of Class
com.amazonaws.services.iot.model.SnsAction
-
Packages that use SnsAction Package Description com.amazonaws.services.iot.model -
-
Uses of SnsAction in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return SnsAction Modifier and Type Method Description SnsActionSnsAction. clone()SnsActionAction. getSns()Publish to an Amazon SNS topic.SnsActionSnsAction. withMessageFormat(MessageFormat messageFormat)The message format of the message to publish.SnsActionSnsAction. withMessageFormat(String messageFormat)The message format of the message to publish.SnsActionSnsAction. withRoleArn(String roleArn)The ARN of the IAM role that grants access.SnsActionSnsAction. withTargetArn(String targetArn)The ARN of the SNS topic.Methods in com.amazonaws.services.iot.model with parameters of type SnsAction Modifier and Type Method Description voidAction. setSns(SnsAction sns)Publish to an Amazon SNS topic.ActionAction. withSns(SnsAction sns)Publish to an Amazon SNS topic.
-