Uses of Interface
software.amazon.awssdk.services.iot.model.DynamoDBv2Action.Builder
-
Packages that use DynamoDBv2Action.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of DynamoDBv2Action.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DynamoDBv2Action.Builder Modifier and Type Method Description static DynamoDBv2Action.BuilderDynamoDBv2Action. builder()default DynamoDBv2Action.BuilderDynamoDBv2Action.Builder. putItem(Consumer<PutItemInput.Builder> putItem)Specifies the DynamoDB table to which the message data will be written.DynamoDBv2Action.BuilderDynamoDBv2Action.Builder. putItem(PutItemInput putItem)Specifies the DynamoDB table to which the message data will be written.DynamoDBv2Action.BuilderDynamoDBv2Action.Builder. roleArn(String roleArn)The ARN of the IAM role that grants access to the DynamoDB table.DynamoDBv2Action.BuilderDynamoDBv2Action. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DynamoDBv2Action.Builder Modifier and Type Method Description static Class<? extends DynamoDBv2Action.Builder>DynamoDBv2Action. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type DynamoDBv2Action.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. dynamoDBv2(Consumer<DynamoDBv2Action.Builder> dynamoDBv2)Write to a DynamoDB table.
-