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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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.
|
Copyright © 2014. All rights reserved.