JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
software.amazon.awssdk.protocols.core
Interface ProtocolMarshaller<MarshalledT>
@SdkProtectedApi
public interface
ProtocolMarshaller<MarshalledT>
Interface used by generated marshallers to marshall a Java POJO.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
MarshalledT
marshall
(
SdkPojo
pojo)
Method Details
marshall
MarshalledT
marshall
(
SdkPojo
pojo)