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,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(PutItemRequest putItemRequest,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
PutItemRequest |
PutItemRequest.addExpectedEntry(String key,
ExpectedAttributeValue value)
A map of attribute/condition pairs.
|
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.clearItemEntries()
Removes all the entries added into Item.
|
PutItemRequest |
PutItemRequest.withConditionalOperator(ConditionalOperator conditionalOperator)
A logical operator to apply to the conditions in the Expected
map:
|
PutItemRequest |
PutItemRequest.withConditionalOperator(String conditionalOperator)
A logical operator to apply to the conditions in the Expected
map:
|
PutItemRequest |
PutItemRequest.withExpected(Map<String,ExpectedAttributeValue> expected)
A map of attribute/condition pairs.
|
PutItemRequest |
PutItemRequest.withItem(Map<String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.
|
PutItemRequest |
PutItemRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
If set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
PutItemRequest |
PutItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
If set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
PutItemRequest |
PutItemRequest.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
If set to
SIZE , statistics about item collections, if
any, that were modified during the operation are returned in the
response. |
PutItemRequest |
PutItemRequest.withReturnItemCollectionMetrics(String returnItemCollectionMetrics)
If set to
SIZE , 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 © 2014. All rights reserved.