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