| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBv2Action |
DynamoDBv2Action.clone() |
DynamoDBv2Action |
Action.getDynamoDBv2()
Write to a DynamoDB table.
|
DynamoDBv2Action |
DynamoDBv2Action.withPutItem(PutItemInput putItem)
Specifies the DynamoDB table to which the message data will be written.
|
DynamoDBv2Action |
DynamoDBv2Action.withRoleArn(String roleArn)
The ARN of the IAM role that grants access to the DynamoDB table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setDynamoDBv2(DynamoDBv2Action dynamoDBv2)
Write to a DynamoDB table.
|
Action |
Action.withDynamoDBv2(DynamoDBv2Action dynamoDBv2)
Write to a DynamoDB table.
|
Copyright © 2025. All rights reserved.