Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
protected DynamoDBMapperConfig.SaveBehavior |
DynamoDBMapper.SaveObjectHandler.getLocalSaveBehavior()
Get the SaveBehavior used locally for this save operation.
|
DynamoDBMapperConfig.SaveBehavior |
DynamoDBMapperConfig.getSaveBehavior()
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)
Constructs a new configuration object with the save behavior given.
|
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior,
DynamoDBMapperConfig.ConsistentReads consistentReads,
DynamoDBMapperConfig.TableNameOverride tableNameOverride)
Legacy constructor, using default PaginationLoadingStrategy
|
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior,
DynamoDBMapperConfig.ConsistentReads consistentReads,
DynamoDBMapperConfig.TableNameOverride tableNameOverride,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy)
Constructs a new configuration object with the save behavior, consistent
read behavior, and table name override given.
|
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior,
DynamoDBMapperConfig.ConsistentReads consistentReads,
DynamoDBMapperConfig.TableNameOverride tableNameOverride,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
RequestMetricCollector requestMetricCollector)
Constructs a new configuration object with the save behavior, consistent
read behavior, and table name override given.
|
Copyright © 2014. All rights reserved.