Uses of Interface
software.amazon.awssdk.protocols.json.ErrorCodeParser
Packages that use ErrorCodeParser
Package
Description
-
Uses of ErrorCodeParser in software.amazon.awssdk.protocols.json
Methods in software.amazon.awssdk.protocols.json that return ErrorCodeParserModifier and TypeMethodDescriptionBaseAwsStructuredJsonFactory.getErrorCodeParser(String customErrorCodeFieldName) 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 ErrorCodeParserMethods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type ErrorCodeParserModifier and TypeMethodDescriptionAwsJsonProtocolErrorUnmarshaller.Builder.errorCodeParser(ErrorCodeParser errorCodeParser) Implementation ofErrorCodeParserthat can extract an error code or type from the JSON response.