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