Uses of Class
com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapperConfig.SaveBehavior

Packages that use DynamoDBMapperConfig.SaveBehavior
com.amazonaws.services.dynamodb.datamodeling   
 

Uses of DynamoDBMapperConfig.SaveBehavior in com.amazonaws.services.dynamodb.datamodeling
 

Methods in com.amazonaws.services.dynamodb.datamodeling that return DynamoDBMapperConfig.SaveBehavior
 DynamoDBMapperConfig.SaveBehavior DynamoDBMapperConfig.getSaveBehavior()
          Deprecated. 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.
 

Constructors in com.amazonaws.services.dynamodb.datamodeling with parameters of type DynamoDBMapperConfig.SaveBehavior
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior)
          Deprecated. Constructs a new configuration object with the save behavior given.
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior, DynamoDBMapperConfig.ConsistentReads consistentReads, DynamoDBMapperConfig.TableNameOverride tableNameOverride)
          Deprecated. Constructs a new configuration object with the save behavior, consistent read behavior, and table name override given.
 



Copyright © 2016. All rights reserved.