public interface ArgumentMarshaller
Modifier and Type | Interface and Description |
---|---|
static interface |
ArgumentMarshaller.BinaryAttributeMarshaller |
static interface |
ArgumentMarshaller.BinarySetAttributeMarshaller |
static interface |
ArgumentMarshaller.BooleanAttributeMarshaller |
static interface |
ArgumentMarshaller.ListAttributeMarshaller |
static interface |
ArgumentMarshaller.MapAttributeMarshaller |
static interface |
ArgumentMarshaller.NumberAttributeMarshaller |
static interface |
ArgumentMarshaller.NumberSetAttributeMarshaller |
static interface |
ArgumentMarshaller.StringAttributeMarshaller |
static interface |
ArgumentMarshaller.StringSetAttributeMarshaller |
Modifier and Type | Method and Description |
---|---|
AttributeValue |
marshall(Object obj)
Marshalls the object given into an AttributeValue.
|
AttributeValue marshall(Object obj)
Copyright © 2016. All rights reserved.