Class SdkClientJsonProtocolAdvancedOption<T>
java.lang.Object
software.amazon.awssdk.utils.AttributeMap.Key<T>
software.amazon.awssdk.core.client.config.ClientOption<T>
software.amazon.awssdk.protocols.json.internal.unmarshall.SdkClientJsonProtocolAdvancedOption<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.awssdk.utils.AttributeMap.Key
AttributeMap.Key.UnsafeValueType -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SdkClientJsonProtocolAdvancedOption<Boolean>Enables the fast unmarshall code path. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.awssdk.utils.AttributeMap.Key
convertValue, toString
-
Field Details
-
ENABLE_FAST_UNMARSHALLER
Enables the fast unmarshall code path. This option is internal and subject to removal in future releases of the SDK.
-
-
Constructor Details
-
SdkClientJsonProtocolAdvancedOption
-