|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PutItemRequest | |
---|---|
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. |
Uses of PutItemRequest in com.amazonaws.services.dynamodb |
---|
Methods in com.amazonaws.services.dynamodb with parameters of type PutItemRequest | |
---|---|
PutItemResult |
AmazonDynamoDBClient.putItem(PutItemRequest putItemRequest)
Deprecated. Creates a new item, or replaces an old item with a new item (including all the attributes). |
PutItemResult |
AmazonDynamoDB.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). |
Method parameters in com.amazonaws.services.dynamodb with type arguments of type PutItemRequest | |
---|---|
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). |
Uses of PutItemRequest in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return PutItemRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |