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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SdkClientJsonProtocolAdvancedOption
<Boolean> Enables the fast unmarshall code path. -
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.
-