Uses of Class
com.amazonaws.services.iot.model.DynamoDBAction
Packages that use DynamoDBAction
-
Uses of DynamoDBAction in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return DynamoDBActionModifier and TypeMethodDescriptionDynamoDBAction.clone()
Action.getDynamoDB()
Write to a DynamoDB table.DynamoDBAction.withHashKeyField
(String hashKeyField) The hash key name.DynamoDBAction.withHashKeyValue
(String hashKeyValue) The hash key value.DynamoDBAction.withPayloadField
(String payloadField) The action payload.DynamoDBAction.withRangeKeyField
(String rangeKeyField) The range key name.DynamoDBAction.withRangeKeyValue
(String rangeKeyValue) The range key value.DynamoDBAction.withRoleArn
(String roleArn) The ARN of the IAM role that grants access to the DynamoDB table.DynamoDBAction.withTableName
(String tableName) The name of the DynamoDB table.Methods in com.amazonaws.services.iot.model with parameters of type DynamoDBActionModifier and TypeMethodDescriptionvoid
Action.setDynamoDB
(DynamoDBAction dynamoDB) Write to a DynamoDB table.Action.withDynamoDB
(DynamoDBAction dynamoDB) Write to a DynamoDB table.