Uses of Class
software.amazon.awssdk.services.iot.model.PutItemInput
-
Packages that use PutItemInput Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PutItemInput in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return PutItemInput Modifier and Type Method Description PutItemInputDynamoDBv2Action. putItem()Specifies the DynamoDB table to which the message data will be written.Methods in software.amazon.awssdk.services.iot.model with parameters of type PutItemInput Modifier and Type Method Description DynamoDBv2Action.BuilderDynamoDBv2Action.Builder. putItem(PutItemInput putItem)Specifies the DynamoDB table to which the message data will be written.
-