| 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. |
GetItemResult |
AmazonDynamoDBClient.getItem(String tableName,
Map<String,AttributeValue> key)
The
GetItem operation returns a set of attributes for the
item with the given primary key. |
GetItemResult |
AmazonDynamoDB.getItem(String tableName,
Map<String,AttributeValue> key)
The
GetItem operation returns a set of attributes for the
item with the given primary key. |
GetItemResult |
AmazonDynamoDBClient.getItem(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
The
GetItem operation returns a set of attributes for the
item with the given primary key. |
GetItemResult |
AmazonDynamoDB.getItem(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
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)
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 |
|---|---|
GetItemResult |
GetItemResult.addItemEntry(String key,
AttributeValue value)
A map of attribute names to
AttributeValue objects, as
specified by ProjectionExpression. |
GetItemResult |
GetItemResult.clearItemEntries()
Removes all the entries added into Item.
|
GetItemResult |
GetItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
The capacity units consumed by the
GetItem operation. |
GetItemResult |
GetItemResult.withItem(Map<String,AttributeValue> item)
A map of attribute names to
AttributeValue objects, as
specified by ProjectionExpression. |
Copyright © 2018. All rights reserved.