|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PutItemResult | |
---|---|
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 PutItemResult in com.amazonaws.services.dynamodb |
---|
Methods in com.amazonaws.services.dynamodb that return PutItemResult | |
---|---|
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). |
Methods in com.amazonaws.services.dynamodb that return types with arguments of type PutItemResult | |
---|---|
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 PutItemResult | |
---|---|
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 PutItemResult in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return PutItemResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |