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 TypeClassDescriptionclassA marshaller that marshals JavaCalendarobjects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").classA marshaller that delegates to an instance of aDynamoDBMarshalling-derived custom marshaler.classA marshaller that marshals JavaDateobjects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").classA marshaller that marshals JavaObjectobjects into DynamoDB Strings.classA marshaller that marshalsS3Linkobjects to DynamoDB Strings, using a JSON encoding.classA marshaller that marshals JavaStringobjects to DynamoDB Strings.