Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.BinaryAttributeMarshaller
-
Packages that use ArgumentMarshaller.BinaryAttributeMarshaller Package Description com.amazonaws.services.dynamodbv2.datamodeling.marshallers Standard implementations ofArgumentMarshaller. -
-
Uses of ArgumentMarshaller.BinaryAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.BinaryAttributeMarshaller Modifier and Type Class Description classByteArrayToBinaryMarshallerA marshaller that marshals Javabyte[]s into DynamoDB Binary attributes.classByteBufferToBinaryMarshallerA marshaller that marshals JavaByteBuffers into DynamoDB Binary attributes.
-