Uses of Class
com.amazonaws.services.dynamodbv2.model.PutItemResult
-
-
Uses of PutItemResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return PutItemResult Modifier and Type Method Description PutItemResultAbstractAmazonDynamoDB. putItem(PutItemRequest request)PutItemResultAbstractAmazonDynamoDB. putItem(String tableName, Map<String,AttributeValue> item)PutItemResultAbstractAmazonDynamoDB. putItem(String tableName, Map<String,AttributeValue> item, String returnValues)PutItemResultAmazonDynamoDB. putItem(PutItemRequest putItemRequest)Creates a new item, or replaces an old item with a new item.PutItemResultAmazonDynamoDB. putItem(String tableName, Map<String,AttributeValue> item)Simplified method form for invoking the PutItem operation.PutItemResultAmazonDynamoDB. putItem(String tableName, Map<String,AttributeValue> item, String returnValues)Simplified method form for invoking the PutItem operation.PutItemResultAmazonDynamoDBClient. putItem(PutItemRequest putItemRequest)Creates a new item, or replaces an old item with a new item.PutItemResultAmazonDynamoDBClient. putItem(String tableName, Map<String,AttributeValue> item)PutItemResultAmazonDynamoDBClient. putItem(String tableName, Map<String,AttributeValue> item, String returnValues)Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type PutItemResult Modifier and Type Method Description Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(PutItemRequest request)Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(PutItemRequest request, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item)Simplified method form for invoking the PutItem operation.Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues)Simplified method form for invoking the PutItem operation.Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(PutItemRequest putItemRequest)Creates a new item, or replaces an old item with a new item.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(PutItemRequest putItemRequest, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Creates a new item, or replaces an old item with a new item.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item)Simplified method form for invoking the PutItem operation.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues)Simplified method form for invoking the PutItem operation.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(PutItemRequest request)Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(PutItemRequest request, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(String tableName, Map<String,AttributeValue> item)Simplified method form for invoking the PutItem operation.Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(String tableName, Map<String,AttributeValue> item, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues)Simplified method form for invoking the PutItem operation.Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type PutItemResult Modifier and Type Method Description Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(PutItemRequest request, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AbstractAmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(PutItemRequest putItemRequest, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Creates a new item, or replaces an old item with a new item.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AmazonDynamoDBAsync. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(PutItemRequest request, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(String tableName, Map<String,AttributeValue> item, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler.Future<PutItemResult>AmazonDynamoDBAsyncClient. putItemAsync(String tableName, Map<String,AttributeValue> item, String returnValues, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)Simplified method form for invoking the PutItem operation with an AsyncHandler. -
Uses of PutItemResult in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return PutItemResult Modifier and Type Method Description protected PutItemResultDynamoDBMapper.SaveObjectHandler. doPutItem()Save the item using a PutItem request. -
Uses of PutItemResult in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return PutItemResult Modifier and Type Method Description PutItemResultPutItemOutcome. getPutItemResult()Returns a non-null low-level result returned from the server side.Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type PutItemResult Constructor Description PutItemOutcome(PutItemResult result) -
Uses of PutItemResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return PutItemResult Modifier and Type Method Description PutItemResultPutItemResult. addAttributesEntry(String key, AttributeValue value)PutItemResultPutItemResult. clearAttributesEntries()Removes all the entries added into Attributes.PutItemResultPutItemResult. clone()PutItemResultPutItemResult. withAttributes(Map<String,AttributeValue> attributes)The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified asALL_OLDin the request.PutItemResultPutItemResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)PutItemResultPutItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by the operation.
-