Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.AbstractSpecWithPrimaryKey
Packages that use AbstractSpecWithPrimaryKey
-
Uses of AbstractSpecWithPrimaryKey in com.amazonaws.services.dynamodbv2.document.spec
Modifier and TypeClassDescriptionclass
Full parameter specification for the DeleteItem API.class
Full parameter specification for the GetItem API.class
Full parameter specification for the UpdateItem API.Methods in com.amazonaws.services.dynamodbv2.document.spec that return AbstractSpecWithPrimaryKeyModifier and TypeMethodDescriptionAbstractSpecWithPrimaryKey.withPrimaryKey
(KeyAttribute... components) Sets the primary key with the specified key components.AbstractSpecWithPrimaryKey.withPrimaryKey
(PrimaryKey primaryKey) Sets the primary key.AbstractSpecWithPrimaryKey.withPrimaryKey
(String hashKeyName, Object hashKeyValue) Sets the primary key with the specified hash-only key name and value.AbstractSpecWithPrimaryKey.withPrimaryKey
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) Sets the primary key with the specified hash key and range key.