Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document.spec |
Modifier and Type | Class and Description |
---|---|
class |
DeleteItemSpec
Full parameter specification for the DeleteItem API.
|
class |
GetItemSpec
Full parameter specification for the GetItem API.
|
class |
UpdateItemSpec
Full 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(java.lang.String hashKeyName,
java.lang.Object hashKeyValue)
Sets the primary key with the specified hash-only key name and value.
|
AbstractSpecWithPrimaryKey<T> |
AbstractSpecWithPrimaryKey.withPrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue)
Sets the primary key with the specified hash key and range key.
|