| 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 that triggered the action to an Amazon SQS
queue.
|
SqsAction |
SqsAction.withPayload(Payload payload)
You can configure the action payload when you send a message to an Amazon 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 that triggered the action to an Amazon SQS
queue.
|
Action |
Action.withSqs(SqsAction sqs)
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS
queue.
|
Copyright © 2021. All rights reserved.