Interface | Description |
---|---|
SdkStructuredRpcV2CborFactory |
Common interface for creating generators (writers) and protocol handlers for rpcV2Cbor
Current implementation include
SdkStructuredCborFactory |
StructuredRpcV2CborGenerator |
Interface for generating a RPCV2CBOR
|
StructuredRpcV2CborMarshaller<T> |
Interface to marshall an object to the RPCV2CBOR payload using a
StructuredRpcV2CborGenerator . |
Class | Description |
---|---|
RpcV2CborClientMetadata |
Wrapper object to provide additional metadata about a client and protocol to
SdkRpcV2CborProtocolFactory |
RpcV2CborErrorResponseMetadata |
Contains various metadata needed to create an appropriate
RpcV2CborErrorResponseHandler
for the client. |
RpcV2CborErrorShapeMetadata |
Wrapper object to provide additional metadata about a client's error shapes to
SdkRpcV2CborProtocolFactory |
RpcV2CborOperationMetadata |
Contains various information needed to create a
RpcV2CborResponseHandler
for the client. |
RpcV2CborProtocolMarshallerBuilder<T> |
Builder to create an appropriate implementation of
ProtocolMarshaller for RPCV2CBOR based services. |
SdkRpcV2CborGenerator |
Thin wrapper around Jackson's CBOR generator.
|
SdkRpcV2CborProtocolFactory |
Factory to generate the various RPCV2CBOR protocol handlers and generators depending on the wire protocol to be used for
communicating with the AWS service.
|
SdkStructuredCborFactory |
Creates generators and protocol handlers for CBOR wire format.
|
SdkStructuredRpcV2CborFactoryImpl |
Generic implementation of a structured rpcV2Cbor factory.
|
Exception | Description |
---|---|
SdkRpcV2CborGenerator.RpcV2CborGenerationException |
Indicates an issue writing RPCV2CBOR content.
|