Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
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> |
AmazonDynamoDBAsyncClient.putItemAsync(PutItemRequest putItemRequest)
Creates a new item, or replaces an old item with a new item.
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(PutItemRequest putItemRequest)
Creates a new item, or replaces an old item with a new item.
|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(PutItemRequest putItemRequest,
com.amazonaws.handlers.AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Creates a new item, or replaces an old item with a new item.
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(PutItemRequest putItemRequest,
com.amazonaws.handlers.AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Creates a new item, or replaces an old item with a new item.
|
Modifier and Type | Method and Description |
---|---|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(PutItemRequest putItemRequest,
com.amazonaws.handlers.AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Creates a new item, or replaces an old item with a new item.
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(PutItemRequest putItemRequest,
com.amazonaws.handlers.AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Creates a new item, or replaces an old item with a new item.
|
Modifier and Type | Method and Description |
---|---|
PutItemRequest |
PutItemRequest.addExpectedEntry(String key,
ExpectedAttributeValue value)
|
PutItemRequest |
PutItemRequest.addExpressionAttributeNamesEntry(String key,
String value)
One or more substitution tokens for attribute names in an expression.
|
PutItemRequest |
PutItemRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
PutItemRequest |
PutItemRequest.addItemEntry(String key,
AttributeValue value)
A map of attribute name/value pairs, one for each attribute.
|
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)
A value that if set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
PutItemRequest |
PutItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
A value that if set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
PutItemRequest |
PutItemRequest.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE , the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
PutItemRequest |
PutItemRequest.withReturnItemCollectionMetrics(String returnItemCollectionMetrics)
A value that if set to
SIZE , the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
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.
|
Copyright © 2015. All rights reserved.