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