| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
GetItemResult |
AmazonDynamoDBClient.getItem(GetItemRequest getItemRequest)
The
GetItem operation returns a set of attributes for the
item with the given primary key. |
GetItemResult |
AmazonDynamoDB.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,
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,
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,
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,
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)
This is a legacy parameter.
|
GetItemRequest |
GetItemRequest.withAttributesToGet(String... attributesToGet)
This is a legacy parameter.
|
GetItemRequest |
GetItemRequest.withConsistentRead(Boolean consistentRead)
Determines the read consistency model: If set to
true, then
the operation uses strongly consistent reads; otherwise, the operation
uses eventually consistent reads. |
GetItemRequest |
GetItemRequest.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
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)
Determines the level of detail about provisioned throughput consumption
that is returned in the response:
|
GetItemRequest |
GetItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption
that is returned in the response:
|
GetItemRequest |
GetItemRequest.withTableName(String tableName)
The name of the table containing the requested item.
|
Copyright © 2019. All rights reserved.