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 |
---|---|
GetItemResult |
AmazonDynamoDB.getItem(GetItemRequest getItemRequest)
Deprecated.
Retrieves a set of Attributes for an item that matches the primary
key.
|
GetItemResult |
AmazonDynamoDBClient.getItem(GetItemRequest getItemRequest)
Deprecated.
Retrieves a set of Attributes for an item that matches the primary
key.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GetItemRequest |
GetItemRequest.withAttributesToGet(Collection<String> attributesToGet)
Deprecated.
List of
Attribute names. |
GetItemRequest |
GetItemRequest.withAttributesToGet(String... attributesToGet)
Deprecated.
List of
Attribute names. |
GetItemRequest |
GetItemRequest.withConsistentRead(Boolean consistentRead)
Deprecated.
If set to
true , then a consistent read is issued. |
GetItemRequest |
GetItemRequest.withKey(Key key)
Deprecated.
The primary key that uniquely identifies each item in a table.
|
GetItemRequest |
GetItemRequest.withTableName(String tableName)
Deprecated.
The name of the table in which you want to get an item.
|
Copyright © 2014. All rights reserved.