Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.BooleanAttributeMarshaller
-
Packages that use ArgumentMarshaller.BooleanAttributeMarshaller Package Description com.amazonaws.services.dynamodbv2.datamodeling.marshallers Standard implementations ofArgumentMarshaller
. -
-
Uses of ArgumentMarshaller.BooleanAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.BooleanAttributeMarshaller Modifier and Type Class Description class
BooleanToBooleanMarshaller
A marshaller that marshals JavaBoolean
objects to Dynamodb-nativeBOOL
attribute values.
-