Uses of Class
software.amazon.awssdk.services.iotevents.model.DynamoDBAction
-
Packages that use DynamoDBAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of DynamoDBAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return DynamoDBAction Modifier and Type Method Description DynamoDBActionAction. dynamoDB()Writes to the DynamoDB table that you created.DynamoDBActionAlarmAction. dynamoDB()Returns the value of the DynamoDB property for this object.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type DynamoDBAction Modifier and Type Method Description Action.BuilderAction.Builder. dynamoDB(DynamoDBAction dynamoDB)Writes to the DynamoDB table that you created.AlarmAction.BuilderAlarmAction.Builder. dynamoDB(DynamoDBAction dynamoDB)Sets the value of the DynamoDB property for this object.
-