| Package | Description |
|---|---|
| com.amazonaws.http | |
| com.amazonaws.protocol.rpcv2cbor | |
| com.amazonaws.transform.rpcv2cbor |
| Constructor and Description |
|---|
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) |
RpcV2CborResponseHandler(Unmarshaller<T,RpcV2CborUnmarshallerContext> responseUnmarshaller,
Map<Class<?>,Unmarshaller<?,RpcV2CborUnmarshallerContext>> simpleTypeUnmarshallers,
Map<RpcV2CborUnmarshallerContext.UnmarshallerType,Unmarshaller<?,RpcV2CborUnmarshallerContext>> customTypeMarshallers,
com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory,
boolean needsConnectionLeftOpen,
boolean isPayloadRpcV2Cbor)
Constructs a new response handler that will use the specified RPCV2CBOR unmarshaller to unmarshall
the service response and uses the specified response element path to find the root of the
business data in the service's response.
|
| Constructor and Description |
|---|
SdkStructuredRpcV2CborFactoryImpl(com.fasterxml.jackson.dataformat.cbor.CBORFactory cborFactory,
Map<Class<?>,Unmarshaller<?,RpcV2CborUnmarshallerContext>> unmarshallers,
Map<RpcV2CborUnmarshallerContext.UnmarshallerType,Unmarshaller<?,RpcV2CborUnmarshallerContext>> customTypeUnmarshallers) |
| Modifier and Type | Method and Description |
|---|---|
static RpcV2CborUnmarshallerContext.UnmarshallerType |
RpcV2CborUnmarshallerContext.UnmarshallerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcV2CborUnmarshallerContext.UnmarshallerType[] |
RpcV2CborUnmarshallerContext.UnmarshallerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Unmarshaller<T,RpcV2CborUnmarshallerContext> |
RpcV2CborUnmarshallerContextImpl.getUnmarshaller(Class<T> type,
RpcV2CborUnmarshallerContext.UnmarshallerType unmarshallerType) |
<T> Unmarshaller<T,RpcV2CborUnmarshallerContext> |
RpcV2CborUnmarshallerContext.getUnmarshaller(Class<T> type,
RpcV2CborUnmarshallerContext.UnmarshallerType unmarshallerType)
Returns the RpcV2CborUnmarshaller for requested custom unmarshaller type.
|
| Constructor and Description |
|---|
RpcV2CborUnmarshallerContextImpl(com.fasterxml.jackson.dataformat.cbor.CBORParser cborParser,
Map<Class<?>,Unmarshaller<?,RpcV2CborUnmarshallerContext>> mapper,
Map<RpcV2CborUnmarshallerContext.UnmarshallerType,Unmarshaller<?,RpcV2CborUnmarshallerContext>> customUnmarshallerMap,
HttpResponse httpResponse) |
Copyright © 2025. All rights reserved.