|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |