|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamoDBMapperConfig.ConsistentReads | |
---|---|
com.amazonaws.services.dynamodb.datamodeling |
Uses of DynamoDBMapperConfig.ConsistentReads in com.amazonaws.services.dynamodb.datamodeling |
---|
Methods in com.amazonaws.services.dynamodb.datamodeling that return DynamoDBMapperConfig.ConsistentReads | |
---|---|
DynamoDBMapperConfig.ConsistentReads |
DynamoDBMapperConfig.getConsistentReads()
Deprecated. Returns the consistent read behavior for this configuration. |
static DynamoDBMapperConfig.ConsistentReads |
DynamoDBMapperConfig.ConsistentReads.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DynamoDBMapperConfig.ConsistentReads[] |
DynamoDBMapperConfig.ConsistentReads.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.amazonaws.services.dynamodb.datamodeling with parameters of type DynamoDBMapperConfig.ConsistentReads | |
---|---|
DynamoDBMapperConfig(DynamoDBMapperConfig.ConsistentReads consistentReads)
Deprecated. Constructs a new configuration object with the consistent read behavior given. |
|
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior,
DynamoDBMapperConfig.ConsistentReads consistentReads,
DynamoDBMapperConfig.TableNameOverride tableNameOverride)
Deprecated. Constructs a new configuration object with the save behavior, consistent read behavior, and table name override given. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |