Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.SaveBehavior
-
Packages that use DynamoDBMapperConfig.SaveBehavior Package Description com.amazonaws.services.dynamodbv2.datamodeling -
-
Uses of DynamoDBMapperConfig.SaveBehavior in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return DynamoDBMapperConfig.SaveBehavior Modifier and Type Method Description protected DynamoDBMapperConfig.SaveBehavior
DynamoDBMapper.SaveObjectHandler. getLocalSaveBehavior()
Get the SaveBehavior used locally for this save operation.DynamoDBMapperConfig.SaveBehavior
DynamoDBMapperConfig.Builder. getSaveBehavior()
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.Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type DynamoDBMapperConfig.SaveBehavior Modifier and Type Method Description void
DynamoDBMapperConfig.Builder. setSaveBehavior(DynamoDBMapperConfig.SaveBehavior value)
DynamoDBMapperConfig.Builder
DynamoDBMapperConfig.Builder. withSaveBehavior(DynamoDBMapperConfig.SaveBehavior value)
-