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 DynamoDBActionDynamoDBAction. clone()DynamoDBActionAction. getDynamoDB()Write to a DynamoDB table.DynamoDBActionDynamoDBAction. withHashKeyField(String hashKeyField)The hash key name.DynamoDBActionDynamoDBAction. withHashKeyValue(String hashKeyValue)The hash key value.DynamoDBActionDynamoDBAction. withPayloadField(String payloadField)The action payload.DynamoDBActionDynamoDBAction. withRangeKeyField(String rangeKeyField)The range key name.DynamoDBActionDynamoDBAction. withRangeKeyValue(String rangeKeyValue)The range key value.DynamoDBActionDynamoDBAction. withRoleArn(String roleArn)The ARN of the IAM role that grants access to the DynamoDB table.DynamoDBActionDynamoDBAction. 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 voidAction. setDynamoDB(DynamoDBAction dynamoDB)Write to a DynamoDB table.ActionAction. withDynamoDB(DynamoDBAction dynamoDB)Write to a DynamoDB table.
-