| Package | Description |
|---|---|
| com.amazonaws.protocol | |
| com.amazonaws.protocol.json.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtocolRequestMarshaller<OrigRequest>
Interface used by generated marshallers to transform a Java POJO in a
Request object which represents an HTTP request. |
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredPojo.marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonProtocolMarshaller<OrigRequest>
Implementation of
ProtocolMarshaller for JSON based services. |
class |
NullAsEmptyBodyProtocolRequestMarshaller<OrigRequest>
AWS services expect an empty body when the payload member is null instead of an explicit JSON null.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolMarshaller |
JsonMarshallerContext.protocolHandler() |
Copyright © 2021. All rights reserved.