|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetItemResult | |
---|---|
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 GetItemResult in com.amazonaws.services.dynamodb |
---|
Methods in com.amazonaws.services.dynamodb that return GetItemResult | |
---|---|
GetItemResult |
AmazonDynamoDBClient.getItem(GetItemRequest getItemRequest)
Deprecated. Retrieves a set of Attributes for an item that matches the primary key. |
GetItemResult |
AmazonDynamoDB.getItem(GetItemRequest getItemRequest)
Deprecated. Retrieves a set of Attributes for an item that matches the primary key. |
Methods in com.amazonaws.services.dynamodb that return types with arguments of type GetItemResult | |
---|---|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest)
Deprecated. Retrieves a set of Attributes for an item that matches the primary key. |
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest)
Deprecated. Retrieves a set of Attributes for an item that matches the primary key. |
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Deprecated. Retrieves a set of Attributes for an item that matches the primary key. |
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Deprecated. Retrieves a set of Attributes for an item that matches the primary key. |
Method parameters in com.amazonaws.services.dynamodb with type arguments of type GetItemResult | |
---|---|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Deprecated. Retrieves a set of Attributes for an item that matches the primary key. |
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Deprecated. Retrieves a set of Attributes for an item that matches the primary key. |
Uses of GetItemResult in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return GetItemResult | |
---|---|
GetItemResult |
GetItemResult.withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
GetItemResult |
GetItemResult.withItem(Map<String,AttributeValue> item)
Deprecated. Contains the requested attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |