Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.document | |
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.
|
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)
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.
|
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.
|
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,
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 |
---|---|
GetItemResult |
GetItemOutcome.getGetItemResult()
Returns all the low-level details returned from the server side.
|
Constructor and Description |
---|
GetItemOutcome(GetItemResult result) |
Modifier and Type | Method and Description |
---|---|
GetItemResult |
GetItemResult.addItemEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
|
GetItemResult |
GetItemResult.clearItemEntries()
Removes all the entries added into Item.
|
GetItemResult |
GetItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
The capacity units consumed by an operation.
|
GetItemResult |
GetItemResult.withItem(Map<String,AttributeValue> item)
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
|
Copyright © 2014. All rights reserved.