| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document.spec | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeleteItemSpecFull parameter specification for the DeleteItem API. | 
| class  | GetItemSpecFull parameter specification for the GetItem API. | 
| class  | UpdateItemSpecFull parameter specification for the UpdateItem API. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractSpecWithPrimaryKey<T> | AbstractSpecWithPrimaryKey. withPrimaryKey(KeyAttribute... components)Sets the primary key with the specified key components. | 
| AbstractSpecWithPrimaryKey<T> | AbstractSpecWithPrimaryKey. withPrimaryKey(PrimaryKey primaryKey)Sets the primary key. | 
| AbstractSpecWithPrimaryKey<T> | AbstractSpecWithPrimaryKey. withPrimaryKey(String hashKeyName,
              Object hashKeyValue)Sets the primary key with the specified hash-only key name and value. | 
| AbstractSpecWithPrimaryKey<T> | AbstractSpecWithPrimaryKey. withPrimaryKey(String hashKeyName,
              Object hashKeyValue,
              String rangeKeyName,
              Object rangeKeyValue)Sets the primary key with the specified hash key and range key. | 
Copyright © 2015. All rights reserved.