Uses of Enum
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig.SaveBehavior
Packages that use DynamoDBMapperConfig.SaveBehavior
-
Uses of DynamoDBMapperConfig.SaveBehavior in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return DynamoDBMapperConfig.SaveBehaviorModifier and TypeMethodDescriptionprotected DynamoDBMapperConfig.SaveBehaviorDynamoDBMapper.SaveObjectHandler.getLocalSaveBehavior()Get the SaveBehavior used locally for this save operation.DynamoDBMapperConfig.Builder.getSaveBehavior()DynamoDBMapperConfig.getSaveBehavior()Returns the save behavior for this configuration.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.SaveBehaviorModifier and TypeMethodDescriptionvoidDynamoDBMapperConfig.Builder.setSaveBehavior(DynamoDBMapperConfig.SaveBehavior value) DynamoDBMapperConfig.Builder.withSaveBehavior(DynamoDBMapperConfig.SaveBehavior value) Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type DynamoDBMapperConfig.SaveBehaviorModifierConstructorDescriptionDynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior) Constructs a new configuration object with the save behavior given.DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior, DynamoDBMapperConfig.ConsistentReads consistentReads, DynamoDBMapperConfig.TableNameOverride tableNameOverride) Deprecated.DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior, DynamoDBMapperConfig.ConsistentReads consistentReads, DynamoDBMapperConfig.TableNameOverride tableNameOverride, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy) Deprecated.in favor of the fluentBuilderDynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior, DynamoDBMapperConfig.ConsistentReads consistentReads, DynamoDBMapperConfig.TableNameOverride tableNameOverride, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, RequestMetricCollector requestMetricCollector) Deprecated.in favor of the fluentBuilder
DynamoDBMapperConfig.Builder