| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDBv2Action.Builder |
DynamoDBv2Action.builder() |
default DynamoDBv2Action.Builder |
DynamoDBv2Action.Builder.putItem(Consumer<PutItemInput.Builder> putItem)
Specifies the DynamoDB table to which the message data will be written.
|
DynamoDBv2Action.Builder |
DynamoDBv2Action.Builder.putItem(PutItemInput putItem)
Specifies the DynamoDB table to which the message data will be written.
|
DynamoDBv2Action.Builder |
DynamoDBv2Action.Builder.roleArn(String roleArn)
The ARN of the IAM role that grants access to the DynamoDB table.
|
DynamoDBv2Action.Builder |
DynamoDBv2Action.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DynamoDBv2Action.Builder> |
DynamoDBv2Action.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.dynamoDBv2(Consumer<DynamoDBv2Action.Builder> dynamoDBv2)
Write to a DynamoDB table.
|
Copyright © 2021. All rights reserved.