Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.BinaryAttributeMarshaller
Packages that use ArgumentMarshaller.BinaryAttributeMarshaller
Package
Description
Standard implementations of
ArgumentMarshaller
.-
Uses of ArgumentMarshaller.BinaryAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.BinaryAttributeMarshallerModifier and TypeClassDescriptionclass
A marshaller that marshals Javabyte[]
s into DynamoDB Binary attributes.class
A marshaller that marshals JavaByteBuffer
s into DynamoDB Binary attributes.