Package | Description |
---|---|
com.amazonaws.services.dynamodb |
Synchronous and asynchronous client classes for accessing AmazonDynamoDB.
|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
PutItemResult |
AmazonDynamoDB.putItem(PutItemRequest putItemRequest)
Deprecated.
Creates a new item, or replaces an old item with a new item (including
all the attributes).
|
PutItemResult |
AmazonDynamoDBClient.putItem(PutItemRequest putItemRequest)
Deprecated.
Creates a new item, or replaces an old item with a new item (including
all the attributes).
|
Modifier and Type | Method and Description |
---|---|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(PutItemRequest putItemRequest)
Deprecated.
Creates a new item, or replaces an old item with a new item (including
all the attributes).
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(PutItemRequest putItemRequest)
Deprecated.
Creates a new item, or replaces an old item with a new item (including
all the attributes).
|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(PutItemRequest putItemRequest,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Deprecated.
Creates a new item, or replaces an old item with a new item (including
all the attributes).
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(PutItemRequest putItemRequest,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Deprecated.
Creates a new item, or replaces an old item with a new item (including
all the attributes).
|
Modifier and Type | Method and Description |
---|---|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(PutItemRequest putItemRequest,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Deprecated.
Creates a new item, or replaces an old item with a new item (including
all the attributes).
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(PutItemRequest putItemRequest,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Deprecated.
Creates a new item, or replaces an old item with a new item (including
all the attributes).
|
Modifier and Type | Method and Description |
---|---|
PutItemResult |
PutItemResult.withAttributes(Map<String,AttributeValue> attributes)
Deprecated.
Attribute values before the put operation, but only if the
ReturnValues parameter is specified as
ALL_OLD in the request. |
PutItemResult |
PutItemResult.withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
Copyright © 2014. All rights reserved.