Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
-
Packages that use AbstractSpecWithPrimaryKey Package Description com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of AbstractSpecWithPrimaryKey in com.amazonaws.services.dynamodbv2.document.spec
Subclasses of AbstractSpecWithPrimaryKey in com.amazonaws.services.dynamodbv2.document.spec Modifier and Type Class 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.Methods in com.amazonaws.services.dynamodbv2.document.spec that return AbstractSpecWithPrimaryKey Modifier and Type Method 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.
-