Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.document | |
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.
|
PutItemResult |
AmazonDynamoDB.putItem(String tableName,
Map<String,AttributeValue> item)
Creates a new item, or replaces an old item with a new item.
|
PutItemResult |
AmazonDynamoDBClient.putItem(String tableName,
Map<String,AttributeValue> item)
Creates a new item, or replaces an old item with a new item.
|
PutItemResult |
AmazonDynamoDB.putItem(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Creates a new item, or replaces an old item with a new item.
|
PutItemResult |
AmazonDynamoDBClient.putItem(String tableName,
Map<String,AttributeValue> item,
String returnValues)
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)
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 |
---|---|
protected PutItemResult |
DynamoDBMapper.SaveObjectHandler.doPutItem()
Save the item using a PutItem request.
|
Modifier and Type | Method and Description |
---|---|
PutItemResult |
PutItemOutcome.getPutItemResult()
Returns a non-null low-level result returned from the server side.
|
Constructor and Description |
---|
PutItemOutcome(PutItemResult result) |
Modifier and Type | Method and Description |
---|---|
PutItemResult |
PutItemResult.addAttributesEntry(String key,
AttributeValue value)
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request. |
PutItemResult |
PutItemResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
PutItemResult |
PutItemResult.clone() |
PutItemResult |
PutItemResult.withAttributes(Map<String,AttributeValue> attributes)
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request. |
PutItemResult |
PutItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
The capacity units consumed by an operation.
|
PutItemResult |
PutItemResult.withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
operation.
|
Copyright © 2015. All rights reserved.