| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
SqsAction |
SqsAction.clone() |
SqsAction |
Action.getSqs()
Sends information about the detector model instance and the event which triggered the action to an AWS SQS queue.
|
SqsAction |
SqsAction.withQueueUrl(String queueUrl)
The URL of the SQS queue where the data is written.
|
SqsAction |
SqsAction.withUseBase64(Boolean useBase64)
Set this to TRUE if you want the data to be Base-64 encoded before it is written to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setSqs(SqsAction sqs)
Sends information about the detector model instance and the event which triggered the action to an AWS SQS queue.
|
Action |
Action.withSqs(SqsAction sqs)
Sends information about the detector model instance and the event which triggered the action to an AWS SQS queue.
|
Copyright © 2019. All rights reserved.