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 |
---|---|
AwsJsonErrorMessageParser | |
AwsJsonErrorUnmarshaller |
Unmarshaller for JSON error responses from AWS services.
|
AwsJsonProtocolFactory |
Factory to generate the various JSON protocol handlers and generators depending on the wire protocol to be used for
communicating with the service.
|
AwsJsonProtocolMetadata |
Provides additional metadata about AWS Json protocol.
|
AwsJsonProtocolMetadata.Builder | |
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.