Class ScanRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.transform.ScanRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<ScanRequest>
@Generated("software.amazon.awssdk:codegen") public class ScanRequestMarshaller extends Object implements Marshaller<ScanRequest>
ScanRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description ScanRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(ScanRequest scanRequest)
-
-
-
Constructor Detail
-
ScanRequestMarshaller
public ScanRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(ScanRequest scanRequest)
- Specified by:
marshallin interfaceMarshaller<ScanRequest>
-
-