Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
DynamoDBMapperConfig.ConsistentReads |
DynamoDBMapperConfig.getConsistentReads()
Returns the consistent read behavior for this configuration.
|
DynamoDBMapperConfig.ConsistentReads |
DynamoDBMapperConfig.Builder.getConsistentReads() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamoDBMapperConfig.Builder.setConsistentReads(DynamoDBMapperConfig.ConsistentReads value) |
DynamoDBMapperConfig.Builder |
DynamoDBMapperConfig.Builder.withConsistentReads(DynamoDBMapperConfig.ConsistentReads value) |
Copyright © 2016. All rights reserved.