| Interface | Description |
|---|---|
| SdkStructuredJsonFactory |
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
|
| StructuredJsonFactory |
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
|
| StructuredJsonGenerator |
Interface for generating a JSON
|
| Class | Description |
|---|---|
| BaseJsonProtocolFactory<RequestT extends SdkRequest,ExceptionT extends SdkServiceException> |
Factory to generate the various JSON protocol handlers and generators depending on the wire protocol to be used for
communicating with the service.
|
| JsonClientMetadata |
Wrapper object to provide additional metadata about a client and protocol to
SdkJsonProtocolFactory |
| JsonErrorResponseMetadata |
Contains various metadata needed to create an appropriate
JsonErrorResponseHandler
for the client. |
| JsonErrorShapeMetadata |
Wrapper object to provide additional metadata about a client's error shapes to
SdkJsonProtocolFactory |
| JsonOperationMetadata |
Contains various information needed to create a
JsonResponseHandler
for the client. |
| JsonProtocolMarshallerBuilder<T extends SdkRequest> |
Builder to create an appropriate implementation of
ProtocolRequestMarshaller for JSON based services. |
| SdkJsonErrorMessageParser | |
| SdkJsonProtocolFactory |
Factory to generate the JSON protocol handlers and generators to be used for
communicating with the service.
|
| SdkStructuredPlainJsonFactory |
Creates generators and protocol handlers for plain text JSON wire format.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.