Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.BinarySetAttributeMarshaller
-
Packages that use ArgumentMarshaller.BinarySetAttributeMarshaller Package Description com.amazonaws.services.dynamodbv2.datamodeling.marshallers Standard implementations ofArgumentMarshaller
. -
-
Uses of ArgumentMarshaller.BinarySetAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.BinarySetAttributeMarshaller Modifier and Type Class Description class
ByteArraySetToBinarySetMarshaller
A marshaller that marshals sets of Javabyte[]
s into DynamoDB BinarySet attributes.class
ByteBufferSetToBinarySetMarshaller
A marshaller that marshals sets of JavaByteBuffer
s into DynamoDB BinarySet attributes.
-