Package | Description |
---|---|
com.amazonaws.services.dynamodb.datamodeling |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Copyright © 2014. All rights reserved.