Uses of Class
software.amazon.awssdk.services.iotevents.model.SqsAction
-
Packages that use SqsAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of SqsAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return SqsAction Modifier and Type Method Description SqsActionAction. sqs()Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.SqsActionAlarmAction. sqs()Returns the value of the Sqs property for this object.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type SqsAction Modifier and Type Method Description Action.BuilderAction.Builder. sqs(SqsAction sqs)Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.AlarmAction.BuilderAlarmAction.Builder. sqs(SqsAction sqs)Sets the value of the Sqs property for this object.
-