Uses of Class
com.amazonaws.services.dynamodbv2.document.PutItemOutcome
Packages that use PutItemOutcome
Package
Description
-
Uses of PutItemOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return PutItemOutcome -
Uses of PutItemOutcome in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return PutItemOutcomeModifier and TypeMethodDescriptionUnconditional put.Conditional put.PutItemApi.putItem
(Item item, String conditionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Conditional put via condition expression.PutItemApi.putItem
(PutItemSpec spec) Puts an item by specifying all the details.