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 classByteArraySetToBinarySetMarshallerA marshaller that marshals sets of Javabyte[]s into DynamoDB BinarySet attributes.classByteBufferSetToBinarySetMarshallerA marshaller that marshals sets of JavaByteBuffers into DynamoDB BinarySet attributes.
-