public interface ArgumentMarshaller
Modifier and Type | Interface and Description |
---|---|
static interface |
ArgumentMarshaller.BinaryAttributeMarshaller
The binary attribute marshaller.
|
static interface |
ArgumentMarshaller.BinarySetAttributeMarshaller
The binary set attribute marshaller.
|
static interface |
ArgumentMarshaller.BooleanAttributeMarshaller
The boolean attribute marshaller.
|
static interface |
ArgumentMarshaller.ListAttributeMarshaller
The list attribute marshaller.
|
static interface |
ArgumentMarshaller.MapAttributeMarshaller
The map attribute marshaller.
|
static interface |
ArgumentMarshaller.NumberAttributeMarshaller
The number attribute marshaller.
|
static interface |
ArgumentMarshaller.NumberSetAttributeMarshaller
The number set attribute marshaller.
|
static interface |
ArgumentMarshaller.StringAttributeMarshaller
The boolean attribute marshaller.
|
static interface |
ArgumentMarshaller.StringSetAttributeMarshaller
The string set attribute marshaller.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
marshall(java.lang.Object obj)
Marshalls the object given into an AttributeValue.
|
AttributeValue marshall(java.lang.Object obj)
obj
- the object to be marshalled.AttributeValue
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.