| 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.withHashKeyType(DynamoKeyType hashKeyType)
The hash key type.
|
DynamoDBAction |
DynamoDBAction.withHashKeyType(String hashKeyType)
The hash key type.
|
DynamoDBAction |
DynamoDBAction.withHashKeyValue(String hashKeyValue)
The hash key value.
|
DynamoDBAction |
DynamoDBAction.withOperation(String operation)
The type of operation to be performed.
|
DynamoDBAction |
DynamoDBAction.withPayloadField(String payloadField)
The action payload.
|
DynamoDBAction |
DynamoDBAction.withRangeKeyField(String rangeKeyField)
The range key name.
|
DynamoDBAction |
DynamoDBAction.withRangeKeyType(DynamoKeyType rangeKeyType)
The range key type.
|
DynamoDBAction |
DynamoDBAction.withRangeKeyType(String rangeKeyType)
The range key type.
|
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 © 2022. All rights reserved.