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>
-
public class SdkClientJsonProtocolAdvancedOption<T> extends ClientOption<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.awssdk.utils.AttributeMap.Key
AttributeMap.Key.UnsafeValueType
-
-
Field Summary
Fields Modifier and Type Field Description static SdkClientJsonProtocolAdvancedOption<Boolean>
ENABLE_FAST_UNMARSHALLER
Enables the fast unmarshall code path.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SdkClientJsonProtocolAdvancedOption(Class<T> valueClass)
-
-
-
Field Detail
-
ENABLE_FAST_UNMARSHALLER
public static final SdkClientJsonProtocolAdvancedOption<Boolean> ENABLE_FAST_UNMARSHALLER
Enables the fast unmarshall code path. This option is internal and subject to removal in future releases of the SDK.
-
-