Uses of Interface
software.amazon.awssdk.protocols.json.internal.unmarshall.ErrorMessageParser
- 
Packages that use ErrorMessageParser Package Description software.amazon.awssdk.protocols.json.internal.unmarshall 
- 
- 
Uses of ErrorMessageParser in software.amazon.awssdk.protocols.json.internal.unmarshallClasses in software.amazon.awssdk.protocols.json.internal.unmarshall that implement ErrorMessageParser Modifier and Type Class Description classAwsJsonErrorMessageParserclassSdkJsonErrorMessageParserFields in software.amazon.awssdk.protocols.json.internal.unmarshall declared as ErrorMessageParser Modifier and Type Field Description static ErrorMessageParserAwsJsonErrorMessageParser. DEFAULT_ERROR_MESSAGE_PARSERMethods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type ErrorMessageParser Modifier and Type Method Description AwsJsonProtocolErrorUnmarshaller.BuilderAwsJsonProtocolErrorUnmarshaller.Builder. errorMessageParser(ErrorMessageParser errorMessageParser)Implementation that can extract an error message from the JSON response.
 
-