Uses of Class
software.amazon.awssdk.services.iotevents.model.SNSTopicPublishAction
-
Packages that use SNSTopicPublishAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of SNSTopicPublishAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return SNSTopicPublishAction Modifier and Type Method Description SNSTopicPublishActionAction. sns()Sends an Amazon SNS message.SNSTopicPublishActionAlarmAction. sns()Returns the value of the Sns property for this object.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type SNSTopicPublishAction Modifier and Type Method Description Action.BuilderAction.Builder. sns(SNSTopicPublishAction sns)Sends an Amazon SNS message.AlarmAction.BuilderAlarmAction.Builder. sns(SNSTopicPublishAction sns)Sets the value of the Sns property for this object.
-