public interface StructuredJsonFactory
| Modifier and Type | Method and Description | 
|---|---|
| StructuredJsonGenerator | createWriter(String contentType)Returns the  StructuredJsonGeneratorto be used for marshalling the request. | 
| ErrorCodeParser | getErrorCodeParser(String customErrorCodeFieldName) | 
| software.amazon.awssdk.thirdparty.jackson.core.JsonFactory | getJsonFactory() | 
StructuredJsonGenerator createWriter(String contentType)
StructuredJsonGenerator to be used for marshalling the request.contentType - Content type to send for requests.software.amazon.awssdk.thirdparty.jackson.core.JsonFactory getJsonFactory()
ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName)
Copyright © 2023. All rights reserved.