Interface | Description |
---|---|
QueryMarshaller<T> |
Interface for marshallers for AWS/Query protocol.
|
Class | Description |
---|---|
ListQueryMarshaller |
Marshaller for list types.
|
MapQueryMarshaller | |
QueryMarshallerContext |
Dependencies needed by
QueryProtocolUnmarshaller . |
QueryMarshallerContext.Builder |
Builder for a
QueryMarshallerContext . |
QueryMarshallerRegistry |
Marshaller registry for the AWS Query protocol.
|
QueryMarshallerRegistry.Builder | |
QueryProtocolMarshaller |
Implementation of
ProtocolMarshaller for AWS Query services. |
QueryProtocolMarshaller.Builder |
Builder for
QueryProtocolMarshaller . |
SimpleTypeQueryMarshaller<T> |
Simple implementation of
QueryMarshaller that converts a given value to a string using
StringToValueConverter.StringToValue and emits it as a query param. |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.