| Package | Description |
|---|---|
| com.amazonaws.http | |
| com.amazonaws.protocol.json | |
| com.amazonaws.protocol.rpcv2cbor | |
| com.amazonaws.transform | |
| com.amazonaws.transform.rpcv2cbor |
| Constructor and Description |
|---|
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> simpleTypeUnmarshallers,
Map<JsonUnmarshallerContext.UnmarshallerType,Unmarshaller<?,JsonUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> simpleTypeUnmarshallers,
Map<JsonUnmarshallerContext.UnmarshallerType,Unmarshaller<?,JsonUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
RpcV2CborErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory) |
RpcV2CborErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory) |
RpcV2CborErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,RpcV2CborUnmarshallerContext>> simpleTypeUnmarshallers,
Map<RpcV2CborUnmarshallerContext.UnmarshallerType,Unmarshaller<?,RpcV2CborUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory) |
RpcV2CborErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,RpcV2CborUnmarshallerContext>> simpleTypeUnmarshallers,
Map<RpcV2CborUnmarshallerContext.UnmarshallerType,Unmarshaller<?,RpcV2CborUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory) |
| Modifier and Type | Method and Description |
|---|---|
JsonErrorUnmarshaller |
JsonErrorShapeMetadata.getExceptionUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
JsonErrorShapeMetadata |
JsonErrorShapeMetadata.withExceptionUnmarshaller(JsonErrorUnmarshaller exceptionUnmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
JsonErrorResponseHandler |
SdkStructuredJsonFactoryImpl.createErrorResponseHandler(JsonErrorResponseMetadata jsonErrorResponseMetadata,
List<JsonErrorUnmarshaller> errorUnmarshallers) |
JsonErrorResponseHandler |
SdkStructuredJsonFactory.createErrorResponseHandler(JsonErrorResponseMetadata jsonErrorResponseMetadata,
List<JsonErrorUnmarshaller> errorUnmarshallers) |
JsonErrorResponseHandler |
SdkStructuredJsonFactoryImpl.createErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
String customErrorCodeFieldName) |
JsonErrorResponseHandler |
SdkStructuredJsonFactory.createErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
String customErrorCodeFieldName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JsonErrorUnmarshaller |
RpcV2CborErrorShapeMetadata.getExceptionUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
RpcV2CborErrorShapeMetadata |
RpcV2CborErrorShapeMetadata.withExceptionUnmarshaller(JsonErrorUnmarshaller exceptionUnmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
RpcV2CborErrorResponseHandler |
SdkStructuredRpcV2CborFactoryImpl.createErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
String customErrorCodeFieldName) |
RpcV2CborErrorResponseHandler |
SdkStructuredRpcV2CborFactory.createErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
String customErrorCodeFieldName)
Deprecated.
|
RpcV2CborErrorResponseHandler |
SdkStructuredRpcV2CborFactoryImpl.createErrorResponseHandler(RpcV2CborErrorResponseMetadata rpcv2cborErrorResponseMetadata,
List<JsonErrorUnmarshaller> errorUnmarshallers) |
RpcV2CborErrorResponseHandler |
SdkStructuredRpcV2CborFactory.createErrorResponseHandler(RpcV2CborErrorResponseMetadata RpcV2CborErrorResponseMetadata,
List<JsonErrorUnmarshaller> errorUnmarshallers) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedJsonErrorUnmarshaller
A JSON error unmarshaller that can unmarshall from a
JsonUnmarshallerContext instead of a JsonNode. |
| Modifier and Type | Field and Description |
|---|---|
static JsonErrorUnmarshaller |
JsonErrorUnmarshaller.DEFAULT_UNMARSHALLER |
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedRpcV2CborErrorUnmarshaller
A JSON error unmarshaller that can unmarshall from a
RpcV2CborUnmarshallerContext instead of a JsonNode. |
Copyright © 2025. All rights reserved.