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.unmarshall
Classes in software.amazon.awssdk.protocols.json.internal.unmarshall that implement ErrorMessageParser Modifier and Type Class Description class
AwsJsonErrorMessageParser
class
SdkJsonErrorMessageParser
Fields in software.amazon.awssdk.protocols.json.internal.unmarshall declared as ErrorMessageParser Modifier and Type Field Description static ErrorMessageParser
AwsJsonErrorMessageParser. DEFAULT_ERROR_MESSAGE_PARSER
Methods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type ErrorMessageParser Modifier and Type Method Description AwsJsonProtocolErrorUnmarshaller.Builder
AwsJsonProtocolErrorUnmarshaller.Builder. errorMessageParser(ErrorMessageParser errorMessageParser)
Implementation that can extract an error message from the JSON response.
-