Uses of Interface
software.amazon.awssdk.protocols.json.ErrorCodeParser
- 
Packages that use ErrorCodeParser Package Description software.amazon.awssdk.protocols.json software.amazon.awssdk.protocols.json.internal.unmarshall 
- 
- 
Uses of ErrorCodeParser in software.amazon.awssdk.protocols.jsonMethods in software.amazon.awssdk.protocols.json that return ErrorCodeParser Modifier and Type Method Description ErrorCodeParserBaseAwsStructuredJsonFactory. getErrorCodeParser(String customErrorCodeFieldName)ErrorCodeParserStructuredJsonFactory. getErrorCodeParser(String customErrorCodeFieldName)
- 
Uses of ErrorCodeParser in software.amazon.awssdk.protocols.json.internal.unmarshallClasses in software.amazon.awssdk.protocols.json.internal.unmarshall that implement ErrorCodeParser Modifier and Type Class Description classJsonErrorCodeParserMethods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type ErrorCodeParser Modifier and Type Method Description AwsJsonProtocolErrorUnmarshaller.BuilderAwsJsonProtocolErrorUnmarshaller.Builder. errorCodeParser(ErrorCodeParser errorCodeParser)Implementation ofErrorCodeParserthat can extract an error code or type from the JSON response.
 
-