Uses of Class
software.amazon.awssdk.services.iotevents.model.Payload
-
Packages that use Payload Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of Payload in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return Payload Modifier and Type Method Description PayloadDynamoDBAction. payload()Returns the value of the Payload property for this object.PayloadDynamoDBv2Action. payload()Returns the value of the Payload property for this object.PayloadFirehoseAction. payload()You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.PayloadIotEventsAction. payload()You can configure the action payload when you send a message to an AWS IoT Events input.PayloadIotTopicPublishAction. payload()You can configure the action payload when you publish a message to an AWS IoT Core topic.PayloadLambdaAction. payload()You can configure the action payload when you send a message to a Lambda function.PayloadSNSTopicPublishAction. payload()You can configure the action payload when you send a message as an Amazon SNS push notification.PayloadSqsAction. payload()You can configure the action payload when you send a message to an Amazon SQS queue.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type Payload Modifier and Type Method Description DynamoDBAction.BuilderDynamoDBAction.Builder. payload(Payload payload)Sets the value of the Payload property for this object.DynamoDBv2Action.BuilderDynamoDBv2Action.Builder. payload(Payload payload)Sets the value of the Payload property for this object.FirehoseAction.BuilderFirehoseAction.Builder. payload(Payload payload)You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.IotEventsAction.BuilderIotEventsAction.Builder. payload(Payload payload)You can configure the action payload when you send a message to an AWS IoT Events input.IotTopicPublishAction.BuilderIotTopicPublishAction.Builder. payload(Payload payload)You can configure the action payload when you publish a message to an AWS IoT Core topic.LambdaAction.BuilderLambdaAction.Builder. payload(Payload payload)You can configure the action payload when you send a message to a Lambda function.SNSTopicPublishAction.BuilderSNSTopicPublishAction.Builder. payload(Payload payload)You can configure the action payload when you send a message as an Amazon SNS push notification.SqsAction.BuilderSqsAction.Builder. payload(Payload payload)You can configure the action payload when you send a message to an Amazon SQS queue.
-