Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters
Packages that use AttributeTransformer.Parameters
-
Uses of AttributeTransformer.Parameters in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AttributeTransformer.ParametersModifier and TypeMethodDescriptionAttributeTransformer.transform
(AttributeTransformer.Parameters<?> parameters) Transforms the input set of attribute values derived from the model object before writing them into DynamoDB.AttributeTransformerChain.transform
(AttributeTransformer.Parameters<?> parameters) AttributeTransformer.untransform
(AttributeTransformer.Parameters<?> parameters) Untransform the input set of attribute values read from DynamoDB before creating a model object from them.AttributeTransformerChain.untransform
(AttributeTransformer.Parameters<?> parameters)