| AbstractErrorUnmarshaller<T> |
|
| GlacierErrorUnmarshaller |
|
| JsonErrorUnmarshaller |
Unmarshaller for JSON error responses from AWS services.
|
| JsonUnmarshallerContext |
|
| LegacyErrorUnmarshaller |
Unmarshalls an AWS error response into an AmazonServiceException, or
optionally, a subclass of AmazonServiceException if this class is extended.
|
| ListUnmarshaller<T> |
|
| MapEntry<K,V> |
Simple implementation of the Map.Entry interface.
|
| MapUnmarshaller<K,V> |
|
| SimpleTypeJsonUnmarshallers |
|
| SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller |
|
| SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller |
|
| SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller |
Unmarshaller for Boolean values.
|
| SimpleTypeJsonUnmarshallers.ByteBufferJsonUnmarshaller |
Unmarshaller for ByteBuffer values.
|
| SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller |
Unmarshaller for Byte values.
|
| SimpleTypeJsonUnmarshallers.DateJsonUnmarshaller |
Unmarshaller for Date values - JSON dates come in as epoch seconds.
|
| SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller |
Unmarshaller for Double values.
|
| SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller |
Unmarshaller for Float values.
|
| SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller |
Unmarshaller for Integer values.
|
| SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller |
Unmarshaller for Long values.
|
| SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller |
Unmarshaller for String values.
|
| SimpleTypeStaxUnmarshallers |
Collection of StAX unmarshallers for simple data types.
|
| SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller |
|
| SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller |
|
| SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller |
Unmarshaller for Boolean values.
|
| SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller |
Unmarshaller for ByteBuffer values.
|
| SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller |
Unmarshaller for Byte values.
|
| SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller |
Unmarshaller for Date values.
|
| SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller |
Unmarshaller for Double values.
|
| SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller |
Unmarshaller for Float values.
|
| SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller |
Unmarshaller for Integer values.
|
| SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller |
Unmarshaller for Long values.
|
| SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller |
Unmarshaller for String values.
|
| SimpleTypeUnmarshallers |
Collection of unmarshallers for simple data types.
|
| SimpleTypeUnmarshallers.BooleanUnmarshaller |
Unmarshaller for Boolean values.
|
| SimpleTypeUnmarshallers.ByteBufferUnmarshaller |
Unmarshaller for ByteBuffer values.
|
| SimpleTypeUnmarshallers.ByteUnmarshaller |
Unmarshaller for Byte values.
|
| SimpleTypeUnmarshallers.DateUnmarshaller |
Unmarshaller for Date values.
|
| SimpleTypeUnmarshallers.DoubleUnmarshaller |
Unmarshaller for Double values.
|
| SimpleTypeUnmarshallers.FloatUnmarshaller |
Unmarshaller for Float values.
|
| SimpleTypeUnmarshallers.IntegerUnmarshaller |
Unmarshaller for Integer values.
|
| SimpleTypeUnmarshallers.LongUnmarshaller |
Unmarshaller for Long values.
|
| SimpleTypeUnmarshallers.StringUnmarshaller |
Unmarshaller for String values.
|
| StandardErrorUnmarshaller |
Error unmarshaller that knows how to interpret a standard AWS error message
(i.e.
|
| StaxUnmarshallerContext |
Contains the unmarshalling state for the parsing of an XML response.
|
| VoidJsonUnmarshaller<T> |
Simple unmarshaller that iterates through the JSON events but always
returns null.
|
| VoidStaxUnmarshaller<T> |
Simple StAX unmarshaller that iterates through the XML events but always
returns null.
|
| VoidUnmarshaller |
Simple Unmarshaller implementation that always returns null.
|