Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer.Parameters

Packages that use AttributeTransformer.Parameters
com.amazonaws.services.dynamodbv2.datamodeling   
 

Uses of AttributeTransformer.Parameters in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AttributeTransformer.Parameters
 Map<String,AttributeValue> AttributeTransformerChain.transform(AttributeTransformer.Parameters<?> parameters)
           
 Map<String,AttributeValue> AttributeTransformer.transform(AttributeTransformer.Parameters<?> parameters)
          Transforms the input set of attribute values derived from the model object before writing them into DynamoDB.
 Map<String,AttributeValue> AttributeTransformerChain.untransform(AttributeTransformer.Parameters<?> parameters)
           
 Map<String,AttributeValue> AttributeTransformer.untransform(AttributeTransformer.Parameters<?> parameters)
          Untransform the input set of attribute values read from DynamoDB before creating a model object from them.
 



Copyright © 2016. All rights reserved.