Uses of Class
software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
Packages that use AwsJsonProtocolErrorUnmarshaller.Builder
-
Uses of AwsJsonProtocolErrorUnmarshaller.Builder in software.amazon.awssdk.protocols.json.internal.unmarshall
Methods in software.amazon.awssdk.protocols.json.internal.unmarshall that return AwsJsonProtocolErrorUnmarshaller.BuilderModifier and TypeMethodDescriptionAwsJsonProtocolErrorUnmarshaller.builder()AwsJsonProtocolErrorUnmarshaller.Builder.defaultExceptionSupplier(Supplier<SdkPojo> defaultExceptionSupplier) Default exception type if "error code" does not match any known modeled exception.AwsJsonProtocolErrorUnmarshaller.Builder.errorCodeParser(ErrorCodeParser errorCodeParser) Implementation ofErrorCodeParserthat can extract an error code or type from the JSON response.AwsJsonProtocolErrorUnmarshaller.Builder.errorMessageParser(ErrorMessageParser errorMessageParser) Implementation that can extract an error message from the JSON response.AwsJsonProtocolErrorUnmarshaller.Builder.exceptionMetadataSupplier(Function<String, Optional<ExceptionMetadata>> exceptionMetadataSupplier) AwsJsonProtocolErrorUnmarshaller.Builder.exceptions(List<ExceptionMetadata> exceptions) Deprecated.AwsJsonProtocolErrorUnmarshaller.Builder.hasAwsQueryCompatible(boolean hasAwsQueryCompatible) Provides a check on whether AwsQueryCompatible trait is found in Metadata.AwsJsonProtocolErrorUnmarshaller.Builder.jsonFactory(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory) JSON Factory to create a JSON parser.AwsJsonProtocolErrorUnmarshaller.Builder.jsonProtocolUnmarshaller(JsonProtocolUnmarshaller jsonProtocolUnmarshaller) Underlying response unmarshaller.