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 SnsAction
SnsAction. clone()
SnsAction
Action. getSns()
Publish to an Amazon SNS topic.SnsAction
SnsAction. withMessageFormat(MessageFormat messageFormat)
The message format of the message to publish.SnsAction
SnsAction. withMessageFormat(String messageFormat)
The message format of the message to publish.SnsAction
SnsAction. withRoleArn(String roleArn)
The ARN of the IAM role that grants access.SnsAction
SnsAction. 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 void
Action. setSns(SnsAction sns)
Publish to an Amazon SNS topic.Action
Action. withSns(SnsAction sns)
Publish to an Amazon SNS topic.
-