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