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 |
---|---|
void |
DynamoDBMapperConfig.Builder.setSaveBehavior(DynamoDBMapperConfig.SaveBehavior value) |
DynamoDBMapperConfig.Builder |
DynamoDBMapperConfig.Builder.withSaveBehavior(DynamoDBMapperConfig.SaveBehavior value) |
Copyright © 2024. All rights reserved.