Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.NumberSetAttributeMarshaller
-
Packages that use ArgumentMarshaller.NumberSetAttributeMarshaller Package Description com.amazonaws.services.dynamodbv2.datamodeling.marshallers Standard implementations ofArgumentMarshaller. -
-
Uses of ArgumentMarshaller.NumberSetAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.NumberSetAttributeMarshaller Modifier and Type Class Description classBooleanSetToNumberSetMarshallerA legacy marshaller that marshals sets of JavaBooleansinto DynamoDB NumberSets, representingtrueas '1' andfalseas '0'.classNumberSetToNumberSetMarshallerA marshaller that marshals sets of JavaNumbers into DynamoDB NumberSets.
-