| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBAction |
DynamoDBAction.clone() |
DynamoDBAction |
Action.getDynamoDB()
Writes to the DynamoDB table that you created.
|
DynamoDBAction |
AlarmAction.getDynamoDB() |
DynamoDBAction |
DynamoDBAction.withHashKeyField(String hashKeyField)
The name of the hash key (also called the partition key).
|
DynamoDBAction |
DynamoDBAction.withHashKeyType(String hashKeyType)
The data type for the hash key (also called the partition key).
|
DynamoDBAction |
DynamoDBAction.withHashKeyValue(String hashKeyValue)
The value of the hash key (also called the partition key).
|
DynamoDBAction |
DynamoDBAction.withOperation(String operation)
The type of operation to perform.
|
DynamoDBAction |
DynamoDBAction.withPayload(Payload payload) |
DynamoDBAction |
DynamoDBAction.withPayloadField(String payloadField)
The name of the DynamoDB column that receives the action payload.
|
DynamoDBAction |
DynamoDBAction.withRangeKeyField(String rangeKeyField)
The name of the range key (also called the sort key).
|
DynamoDBAction |
DynamoDBAction.withRangeKeyType(String rangeKeyType)
The data type for the range key (also called the sort key), You can specify the following values:
|
DynamoDBAction |
DynamoDBAction.withRangeKeyValue(String rangeKeyValue)
The value of the range key (also called the sort key).
|
DynamoDBAction |
DynamoDBAction.withTableName(String tableName)
The name of the DynamoDB table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setDynamoDB(DynamoDBAction dynamoDB)
Writes to the DynamoDB table that you created.
|
void |
AlarmAction.setDynamoDB(DynamoDBAction dynamoDB) |
Action |
Action.withDynamoDB(DynamoDBAction dynamoDB)
Writes to the DynamoDB table that you created.
|
AlarmAction |
AlarmAction.withDynamoDB(DynamoDBAction dynamoDB) |
Copyright © 2024. All rights reserved.