Uses of Class
com.amazonaws.services.dynamodbv2.model.PutItemRequest
-
Packages that use PutItemRequest Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.model -
-
Uses of PutItemRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type PutItemRequest Modifier and Type Method Description PutItemResult
AbstractAmazonDynamoDB. putItem(PutItemRequest request)
PutItemResult
AmazonDynamoDB. putItem(PutItemRequest putItemRequest)
Creates a new item, or replaces an old item with a new item.PutItemResult
AmazonDynamoDBClient. putItem(PutItemRequest putItemRequest)
Creates a new item, or replaces an old item with a new item.Future<PutItemResult>
AbstractAmazonDynamoDBAsync. putItemAsync(PutItemRequest request)
Future<PutItemResult>
AbstractAmazonDynamoDBAsync. putItemAsync(PutItemRequest request, AsyncHandler<PutItemRequest,PutItemResult> 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>
AmazonDynamoDBAsyncClient. putItemAsync(PutItemRequest request)
Future<PutItemResult>
AmazonDynamoDBAsyncClient. putItemAsync(PutItemRequest request, AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type PutItemRequest 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 PutItemRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return PutItemRequest Modifier and Type Method Description PutItemRequest
PutItemRequest. addExpectedEntry(String key, ExpectedAttributeValue value)
PutItemRequest
PutItemRequest. addExpressionAttributeNamesEntry(String key, String value)
PutItemRequest
PutItemRequest. addExpressionAttributeValuesEntry(String key, AttributeValue value)
PutItemRequest
PutItemRequest. addItemEntry(String key, AttributeValue value)
PutItemRequest
PutItemRequest. clearExpectedEntries()
Removes all the entries added into Expected.PutItemRequest
PutItemRequest. clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.PutItemRequest
PutItemRequest. clearExpressionAttributeValuesEntries()
Removes all the entries added into ExpressionAttributeValues.PutItemRequest
PutItemRequest. clearItemEntries()
Removes all the entries added into Item.PutItemRequest
PutItemRequest. clone()
PutItemRequest
PutItemRequest. withConditionalOperator(ConditionalOperator conditionalOperator)
PutItemRequest
PutItemRequest. withConditionalOperator(String conditionalOperator)
PutItemRequest
PutItemRequest. withConditionExpression(String conditionExpression)
A condition that must be satisfied in order for a conditional PutItem operation to succeed.PutItemRequest
PutItemRequest. withExpected(Map<String,ExpectedAttributeValue> expected)
PutItemRequest
PutItemRequest. withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.PutItemRequest
PutItemRequest. withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.PutItemRequest
PutItemRequest. withItem(Map<String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.PutItemRequest
PutItemRequest. withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
PutItemRequest
PutItemRequest. withReturnConsumedCapacity(String returnConsumedCapacity)
PutItemRequest
PutItemRequest. withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
Determines whether item collection metrics are returned.PutItemRequest
PutItemRequest. withReturnItemCollectionMetrics(String returnItemCollectionMetrics)
Determines whether item collection metrics are returned.PutItemRequest
PutItemRequest. withReturnValues(ReturnValue returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.PutItemRequest
PutItemRequest. withReturnValues(String returnValues)
Use ReturnValues if you want to get the item attributes as they appeared before they were updated with the PutItem request.PutItemRequest
PutItemRequest. withTableName(String tableName)
The name of the table to contain the item.
-