Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GetItemResult |
AmazonDynamoDB.getItem(GetItemRequest getItemRequest)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
GetItemResult |
AmazonDynamoDBClient.getItem(GetItemRequest getItemRequest)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest,
com.amazonaws.handlers.AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest,
com.amazonaws.handlers.AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
Modifier and Type | Method and Description |
---|---|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(GetItemRequest getItemRequest,
com.amazonaws.handlers.AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(GetItemRequest getItemRequest,
com.amazonaws.handlers.AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
Modifier and Type | Method and Description |
---|---|
GetItemRequest |
GetItemRequest.addExpressionAttributeNamesEntry(String key,
String value)
One or more substitution tokens for attribute names in an expression.
|
GetItemRequest |
GetItemRequest.addKeyEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
GetItemRequest |
GetItemRequest.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.
|
GetItemRequest |
GetItemRequest.clearKeyEntries()
Removes all the entries added into Key.
|
GetItemRequest |
GetItemRequest.withAttributesToGet(Collection<String> attributesToGet)
|
GetItemRequest |
GetItemRequest.withAttributesToGet(String... attributesToGet)
|
GetItemRequest |
GetItemRequest.withConsistentRead(Boolean consistentRead)
A value that if set to
true , then the operation uses
strongly consistent reads; otherwise, eventually consistent reads are
used. |
GetItemRequest |
GetItemRequest.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
GetItemRequest |
GetItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
GetItemRequest |
GetItemRequest.withKey(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
GetItemRequest |
GetItemRequest.withProjectionExpression(String projectionExpression)
A string that identifies one or more attributes to retrieve from the
table.
|
GetItemRequest |
GetItemRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
A value that if set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
GetItemRequest |
GetItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
A value that if set to
TOTAL , the response includes
ConsumedCapacity data for tables and indexes. |
GetItemRequest |
GetItemRequest.withTableName(String tableName)
The name of the table containing the requested item.
|
Copyright © 2015. All rights reserved.