Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.StringAttributeMarshaller
Packages that use ArgumentMarshaller.StringAttributeMarshaller
Package
Description
Standard implementations of
ArgumentMarshaller
.-
Uses of ArgumentMarshaller.StringAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.StringAttributeMarshallerModifier and TypeClassDescriptionclass
A marshaller that marshals JavaCalendar
objects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").class
A marshaller that delegates to an instance of aDynamoDBMarshalling
-derived custom marshaler.class
A marshaller that marshals JavaDate
objects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").class
A marshaller that marshals JavaObject
objects into DynamoDB Strings.class
A marshaller that marshalsS3Link
objects to DynamoDB Strings, using a JSON encoding.class
A marshaller that marshals JavaString
objects to DynamoDB Strings.