|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteItemResult | |
---|---|
com.amazonaws.services.dynamodbv2 | Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. |
com.amazonaws.services.dynamodbv2.model | Classes modeling the various types represented by AmazonDynamoDBv2. |
Uses of DeleteItemResult in com.amazonaws.services.dynamodbv2 |
---|
Methods in com.amazonaws.services.dynamodbv2 that return DeleteItemResult | |
---|---|
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(DeleteItemRequest deleteItemRequest)
Deletes a single item in a table by primary key. |
DeleteItemResult |
AmazonDynamoDB.deleteItem(DeleteItemRequest deleteItemRequest)
Deletes a single item in a table by primary key. |
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(String tableName,
Map<String,AttributeValue> key)
Deletes a single item in a table by primary key. |
DeleteItemResult |
AmazonDynamoDB.deleteItem(String tableName,
Map<String,AttributeValue> key)
Deletes a single item in a table by primary key. |
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Deletes a single item in a table by primary key. |
DeleteItemResult |
AmazonDynamoDB.deleteItem(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Deletes a single item in a table by primary key. |
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type DeleteItemResult | |
---|---|
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(DeleteItemRequest deleteItemRequest)
Deletes a single item in a table by primary key. |
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(DeleteItemRequest deleteItemRequest)
Deletes a single item in a table by primary key. |
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(DeleteItemRequest deleteItemRequest,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deletes a single item in a table by primary key. |
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(DeleteItemRequest deleteItemRequest,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deletes a single item in a table by primary key. |
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type DeleteItemResult | |
---|---|
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(DeleteItemRequest deleteItemRequest,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deletes a single item in a table by primary key. |
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(DeleteItemRequest deleteItemRequest,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deletes a single item in a table by primary key. |
Uses of DeleteItemResult in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return DeleteItemResult | |
---|---|
DeleteItemResult |
DeleteItemResult.addAttributesEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. |
DeleteItemResult |
DeleteItemResult.clearAttributesEntries()
Removes all the entries added into Attributes. |
DeleteItemResult |
DeleteItemResult.withAttributes(Map<String,AttributeValue> attributes)
A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation. |
DeleteItemResult |
DeleteItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
DeleteItemResult |
DeleteItemResult.withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |