| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Payload |
DynamoDBAction.payload()
Returns the value of the Payload property for this object.
|
Payload |
IotTopicPublishAction.payload()
You can configure the action payload when you publish a message to an AWS IoT Core topic.
|
Payload |
SqsAction.payload()
You can configure the action payload when you send a message to an Amazon SQS queue.
|
Payload |
IotEventsAction.payload()
You can configure the action payload when you send a message to an AWS IoT Events input.
|
Payload |
SNSTopicPublishAction.payload()
You can configure the action payload when you send a message as an Amazon SNS push notification.
|
Payload |
DynamoDBv2Action.payload()
Returns the value of the Payload property for this object.
|
Payload |
FirehoseAction.payload()
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
|
Payload |
LambdaAction.payload()
You can configure the action payload when you send a message to a Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
DynamoDBAction.Builder |
DynamoDBAction.Builder.payload(Payload payload)
Sets the value of the Payload property for this object.
|
IotTopicPublishAction.Builder |
IotTopicPublishAction.Builder.payload(Payload payload)
You can configure the action payload when you publish a message to an AWS IoT Core topic.
|
SqsAction.Builder |
SqsAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message to an Amazon SQS queue.
|
IotEventsAction.Builder |
IotEventsAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
SNSTopicPublishAction.Builder |
SNSTopicPublishAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message as an Amazon SNS push notification.
|
DynamoDBv2Action.Builder |
DynamoDBv2Action.Builder.payload(Payload payload)
Sets the value of the Payload property for this object.
|
FirehoseAction.Builder |
FirehoseAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery
stream.
|
LambdaAction.Builder |
LambdaAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message to a Lambda function.
|
Copyright © 2022. All rights reserved.