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(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 © 2023. All rights reserved.