Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBAutoGenerateStrategy
-
Packages that use DynamoDBAutoGenerateStrategy Package Description com.amazonaws.services.dynamodbv2.datamodeling -
-
Uses of DynamoDBAutoGenerateStrategy in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return DynamoDBAutoGenerateStrategy Modifier and Type Method Description DynamoDBAutoGenerateStrategy
strategy()
The auto-generation strategy; default isALWAYS
.static DynamoDBAutoGenerateStrategy
DynamoDBAutoGenerateStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static DynamoDBAutoGenerateStrategy[]
DynamoDBAutoGenerateStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-