| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | 
| Modifier and Type | Method and Description | 
|---|---|
| GetItemOutcome | Table. getItemOutcome(GetItemSpec params) | 
| GetItemOutcome | Table. getItemOutcome(KeyAttribute... primaryKeyComponents) | 
| GetItemOutcome | Table. getItemOutcome(PrimaryKey primaryKey) | 
| GetItemOutcome | Table. getItemOutcome(PrimaryKey primaryKey,
              String projectionExpression,
              Map<String,String> nameMap) | 
| GetItemOutcome | Table. getItemOutcome(String hashKeyName,
              Object hashKeyValue) | 
| GetItemOutcome | Table. getItemOutcome(String hashKeyName,
              Object hashKeyValue,
              String projectionExpression,
              Map<String,String> nameMap) | 
| GetItemOutcome | Table. getItemOutcome(String hashKeyName,
              Object hashKeyValue,
              String rangeKeyName,
              Object rangeKeyValue) | 
| GetItemOutcome | Table. getItemOutcome(String hashKeyName,
              Object hashKeyValue,
              String rangeKeyName,
              Object rangeKeyValue,
              GetItemExpressionSpec projectionExpressions) | 
| GetItemOutcome | Table. getItemOutcome(String hashKeyName,
              Object hashKeyValue,
              String rangeKeyName,
              Object rangeKeyValue,
              String projectionExpression,
              Map<String,String> nameMap) | 
| Modifier and Type | Method and Description | 
|---|---|
| GetItemOutcome | GetItemApi. getItemOutcome(GetItemSpec spec)Retrieves an item and the associated information by specifying all the
 details. | 
| GetItemOutcome | GetItemApi. getItemOutcome(KeyAttribute... primaryKeyComponents)Retrieves an item and the associated information by primary key when the
 primary key is a hash-only key. | 
| GetItemOutcome | GetItemApi. getItemOutcome(PrimaryKey primaryKey)Retrieves an item and the associated information by primary key. | 
| GetItemOutcome | GetItemApi. getItemOutcome(PrimaryKey primaryKey,
              String projectionExpression,
              Map<String,String> nameMap)Retrieves an item and the associated information using projection
 expression. | 
| GetItemOutcome | GetItemApi. getItemOutcome(String hashKeyName,
              Object hashKeyValue)Retrieves an item and the associated information by primary key when the
 primary key is a hash-only key. | 
| GetItemOutcome | GetItemApi. getItemOutcome(String hashKeyName,
              Object hashKeyValue,
              String projectionExpression,
              Map<String,String> nameMap)Retrieves an item and the associated information via the specified hash
 key using projection expression. | 
| GetItemOutcome | GetItemApi. getItemOutcome(String hashKeyName,
              Object hashKeyValue,
              String rangeKeyName,
              Object rangeKeyValue)Retrieves an item and the associated information by primary key when the
 primary key consists of both a hash-key and a range-key. | 
| GetItemOutcome | GetItemApi. getItemOutcome(String hashKeyName,
              Object hashKeyValue,
              String rangeKeyName,
              Object rangeKeyValue,
              String projectionExpression,
              Map<String,String> nameMap)Retrieves an item and the associated information via the specified hash
 key and range key using projection expression. | 
Copyright © 2015. All rights reserved.