| Interface | Description |
|---|---|
| AwsStructuredJsonFactory |
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
|
| ErrorCodeParser |
Error code parser to parse error code from the response returned by AWS services.
|
| JsonContentTypeResolver |
Interface to compute the content type to send in requests for JSON based protocols.
|
| Class | Description |
|---|---|
| AwsJsonErrorUnmarshaller |
Unmarshaller for JSON error responses from AWS services.
|
| AwsStructuredCborFactory |
Creates generators and protocol handlers for CBOR wire format.
|
| AwsStructuredIonFactory | |
| AwsStructuredPlainJsonFactory |
Creates generators and protocol handlers for plain text JSON wire format.
|
| BaseAwsStructuredJsonFactory |
Generic implementation of a structured JSON factory that is pluggable for different variants of
JSON.
|
| CompositeErrorCodeParser | |
| IonErrorCodeParser | |
| JsonContentResolverFactory | |
| JsonContentTypeResolverImpl |
Prefers an explicit content type if provided.
|
| JsonErrorCodeParser |
| Enum | Description |
|---|---|
| AwsJsonProtocol |
Supported protocols for the new marshalling style.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.