Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setDynamoDB(DynamoDBAction dynamoDB)
Write to a DynamoDB table.
|
Action |
Action.withDynamoDB(DynamoDBAction dynamoDB)
Write to a DynamoDB table.
|
Copyright © 2018. All rights reserved.