| Package | Description |
|---|---|
| com.amazonaws.services.dynamodb.datamodeling |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBMapperConfig.SaveBehavior |
DynamoDBMapperConfig.getSaveBehavior()
Deprecated.
Returns the save behavior for this configuration.
|
static DynamoDBMapperConfig.SaveBehavior |
DynamoDBMapperConfig.SaveBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoDBMapperConfig.SaveBehavior[] |
DynamoDBMapperConfig.SaveBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior)
Deprecated.
Constructs a new configuration object with the save 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 © 2015. All rights reserved.