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).
|
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 |
---|---|
PutItemRequest |
PutItemRequest.withExpected(Map<String,ExpectedAttributeValue> expected)
Deprecated.
Designates an attribute for a conditional modification.
|
PutItemRequest |
PutItemRequest.withItem(Map<String,AttributeValue> item)
Deprecated.
A map of the attributes for the item, and must include the primary key
values that define the item.
|
PutItemRequest |
PutItemRequest.withReturnValues(ReturnValue returnValues)
Deprecated.
Use this parameter if you want to get the attribute name-value pairs
before or after they are modified.
|
PutItemRequest |
PutItemRequest.withReturnValues(String returnValues)
Deprecated.
Use this parameter if you want to get the attribute name-value pairs
before or after they are modified.
|
PutItemRequest |
PutItemRequest.withTableName(String tableName)
Deprecated.
The name of the table in which you want to put an item.
|
Copyright © 2014. All rights reserved.