| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static Action.Builder |
Action.builder() |
Action.Builder |
Action.Builder.clearTimer(ClearTimerAction clearTimer)
Information needed to clear the timer.
|
default Action.Builder |
Action.Builder.clearTimer(Consumer<ClearTimerAction.Builder> clearTimer)
Information needed to clear the timer.
|
default Action.Builder |
Action.Builder.dynamoDB(Consumer<DynamoDBAction.Builder> dynamoDB)
Writes to the DynamoDB table that you created.
|
Action.Builder |
Action.Builder.dynamoDB(DynamoDBAction dynamoDB)
Writes to the DynamoDB table that you created.
|
default Action.Builder |
Action.Builder.dynamoDBv2(Consumer<DynamoDBv2Action.Builder> dynamoDBv2)
Writes to the DynamoDB table that you created.
|
Action.Builder |
Action.Builder.dynamoDBv2(DynamoDBv2Action dynamoDBv2)
Writes to the DynamoDB table that you created.
|
default Action.Builder |
Action.Builder.firehose(Consumer<FirehoseAction.Builder> firehose)
Sends information about the detector model instance and the event that triggered the action to an Amazon
Kinesis Data Firehose delivery stream.
|
Action.Builder |
Action.Builder.firehose(FirehoseAction firehose)
Sends information about the detector model instance and the event that triggered the action to an Amazon
Kinesis Data Firehose delivery stream.
|
default Action.Builder |
Action.Builder.iotEvents(Consumer<IotEventsAction.Builder> iotEvents)
Sends AWS IoT Events input, which passes information about the detector model instance and the event that
triggered the action.
|
Action.Builder |
Action.Builder.iotEvents(IotEventsAction iotEvents)
Sends AWS IoT Events input, which passes information about the detector model instance and the event that
triggered the action.
|
default Action.Builder |
Action.Builder.iotSiteWise(Consumer<IotSiteWiseAction.Builder> iotSiteWise)
Sends information about the detector model instance and the event that triggered the action to an asset
property in AWS IoT SiteWise .
|
Action.Builder |
Action.Builder.iotSiteWise(IotSiteWiseAction iotSiteWise)
Sends information about the detector model instance and the event that triggered the action to an asset
property in AWS IoT SiteWise .
|
default Action.Builder |
Action.Builder.iotTopicPublish(Consumer<IotTopicPublishAction.Builder> iotTopicPublish)
Publishes an MQTT message with the given topic to the AWS IoT message broker.
|
Action.Builder |
Action.Builder.iotTopicPublish(IotTopicPublishAction iotTopicPublish)
Publishes an MQTT message with the given topic to the AWS IoT message broker.
|
default Action.Builder |
Action.Builder.lambda(Consumer<LambdaAction.Builder> lambda)
Calls a Lambda function, passing in information about the detector model instance and the event that
triggered the action.
|
Action.Builder |
Action.Builder.lambda(LambdaAction lambda)
Calls a Lambda function, passing in information about the detector model instance and the event that
triggered the action.
|
default Action.Builder |
Action.Builder.resetTimer(Consumer<ResetTimerAction.Builder> resetTimer)
Information needed to reset the timer.
|
Action.Builder |
Action.Builder.resetTimer(ResetTimerAction resetTimer)
Information needed to reset the timer.
|
default Action.Builder |
Action.Builder.setTimer(Consumer<SetTimerAction.Builder> setTimer)
Information needed to set the timer.
|
Action.Builder |
Action.Builder.setTimer(SetTimerAction setTimer)
Information needed to set the timer.
|
default Action.Builder |
Action.Builder.setVariable(Consumer<SetVariableAction.Builder> setVariable)
Sets a variable to a specified value.
|
Action.Builder |
Action.Builder.setVariable(SetVariableAction setVariable)
Sets a variable to a specified value.
|
default Action.Builder |
Action.Builder.sns(Consumer<SNSTopicPublishAction.Builder> sns)
Sends an Amazon SNS message.
|
Action.Builder |
Action.Builder.sns(SNSTopicPublishAction sns)
Sends an Amazon SNS message.
|
default Action.Builder |
Action.Builder.sqs(Consumer<SqsAction.Builder> sqs)
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS
queue.
|
Action.Builder |
Action.Builder.sqs(SqsAction sqs)
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS
queue.
|
Action.Builder |
Action.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Action.Builder> |
Action.serializableBuilderClass() |
Copyright © 2022. All rights reserved.