| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Payload |
Payload.clone() |
Payload |
DynamoDBAction.getPayload() |
Payload |
FirehoseAction.getPayload()
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
|
Payload |
SqsAction.getPayload()
You can configure the action payload when you send a message to an Amazon SQS queue.
|
Payload |
IotEventsAction.getPayload()
You can configure the action payload when you send a message to an AWS IoT Events input.
|
Payload |
IotTopicPublishAction.getPayload()
You can configure the action payload when you publish a message to an AWS IoT Core topic.
|
Payload |
SNSTopicPublishAction.getPayload()
You can configure the action payload when you send a message as an Amazon SNS push notification.
|
Payload |
LambdaAction.getPayload()
You can configure the action payload when you send a message to a Lambda function.
|
Payload |
DynamoDBv2Action.getPayload() |
Payload |
Payload.withContentExpression(String contentExpression)
The content of the payload.
|
Payload |
Payload.withType(PayloadType type)
The value of the payload type can be either
STRING or JSON. |
Payload |
Payload.withType(String type)
The value of the payload type can be either
STRING or JSON. |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamoDBAction.setPayload(Payload payload) |
void |
FirehoseAction.setPayload(Payload payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
|
void |
SqsAction.setPayload(Payload payload)
You can configure the action payload when you send a message to an Amazon SQS queue.
|
void |
IotEventsAction.setPayload(Payload payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
void |
IotTopicPublishAction.setPayload(Payload payload)
You can configure the action payload when you publish a message to an AWS IoT Core topic.
|
void |
SNSTopicPublishAction.setPayload(Payload payload)
You can configure the action payload when you send a message as an Amazon SNS push notification.
|
void |
LambdaAction.setPayload(Payload payload)
You can configure the action payload when you send a message to a Lambda function.
|
void |
DynamoDBv2Action.setPayload(Payload payload) |
DynamoDBAction |
DynamoDBAction.withPayload(Payload payload) |
FirehoseAction |
FirehoseAction.withPayload(Payload payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
|
SqsAction |
SqsAction.withPayload(Payload payload)
You can configure the action payload when you send a message to an Amazon SQS queue.
|
IotEventsAction |
IotEventsAction.withPayload(Payload payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
IotTopicPublishAction |
IotTopicPublishAction.withPayload(Payload payload)
You can configure the action payload when you publish a message to an AWS IoT Core topic.
|
SNSTopicPublishAction |
SNSTopicPublishAction.withPayload(Payload payload)
You can configure the action payload when you send a message as an Amazon SNS push notification.
|
LambdaAction |
LambdaAction.withPayload(Payload payload)
You can configure the action payload when you send a message to a Lambda function.
|
DynamoDBv2Action |
DynamoDBv2Action.withPayload(Payload payload) |
Copyright © 2023. All rights reserved.