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.json
Methods in software.amazon.awssdk.protocols.json that return ErrorCodeParser Modifier and Type Method Description ErrorCodeParser
BaseAwsStructuredJsonFactory. getErrorCodeParser(String customErrorCodeFieldName)
ErrorCodeParser
StructuredJsonFactory. getErrorCodeParser(String customErrorCodeFieldName)
-
Uses of ErrorCodeParser in software.amazon.awssdk.protocols.json.internal.unmarshall
Classes in software.amazon.awssdk.protocols.json.internal.unmarshall that implement ErrorCodeParser Modifier and Type Class Description class
JsonErrorCodeParser
Methods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type ErrorCodeParser Modifier and Type Method Description AwsJsonProtocolErrorUnmarshaller.Builder
AwsJsonProtocolErrorUnmarshaller.Builder. errorCodeParser(ErrorCodeParser errorCodeParser)
Implementation ofErrorCodeParser
that can extract an error code or type from the JSON response.
-