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.SaveBehaviorDynamoDBMapper.SaveObjectHandler. getLocalSaveBehavior()Get the SaveBehavior used locally for this save operation.DynamoDBMapperConfig.SaveBehaviorDynamoDBMapperConfig.Builder. getSaveBehavior()DynamoDBMapperConfig.SaveBehaviorDynamoDBMapperConfig. getSaveBehavior()Returns the save behavior for this configuration.static DynamoDBMapperConfig.SaveBehaviorDynamoDBMapperConfig.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 voidDynamoDBMapperConfig.Builder. setSaveBehavior(DynamoDBMapperConfig.SaveBehavior value)DynamoDBMapperConfig.BuilderDynamoDBMapperConfig.Builder. withSaveBehavior(DynamoDBMapperConfig.SaveBehavior value)
-