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