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.
|
DynamoDBMapperConfig.SaveBehavior |
DynamoDBMapperConfig.Builder.getSaveBehavior() |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamoDBMapperTableModel.anyKeyGeneratable(T object,
DynamoDBMapperConfig.SaveBehavior saveBehavior)
Determnes if any of the primary keys require auto-generation.
|
boolean |
DynamoDBMapperFieldModel.canGenerate(T object,
DynamoDBMapperConfig.SaveBehavior saveBehavior,
DynamoDBMapperTableModel<T> model)
Determines if the mapping value can be auto-generated.
|
void |
DynamoDBMapperConfig.Builder.setSaveBehavior(DynamoDBMapperConfig.SaveBehavior value) |
DynamoDBMapperConfig.Builder |
DynamoDBMapperConfig.Builder.withSaveBehavior(DynamoDBMapperConfig.SaveBehavior value) |
Copyright © 2016. All rights reserved.