Uses of Interface
software.amazon.awssdk.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
Packages that use ProtocolUnmarshallDependencies
Package
Description
-
Uses of ProtocolUnmarshallDependencies in software.amazon.awssdk.protocols.json
Fields in software.amazon.awssdk.protocols.json with type parameters of type ProtocolUnmarshallDependenciesModifier and TypeFieldDescriptionprotected Supplier<ProtocolUnmarshallDependencies>BaseAwsJsonProtocolFactory.Builder.protocolUnmarshallDependenciesMethod parameters in software.amazon.awssdk.protocols.json with type arguments of type ProtocolUnmarshallDependenciesModifier and TypeMethodDescriptionprotected final SubclassTBaseAwsJsonProtocolFactory.Builder.protocolUnmarshallDependencies(Supplier<ProtocolUnmarshallDependencies> protocolUnmarshallDependencies) Provides the unmarshalling dependencies instance. -
Uses of ProtocolUnmarshallDependencies in software.amazon.awssdk.protocols.json.internal.unmarshall
Classes in software.amazon.awssdk.protocols.json.internal.unmarshall that implement ProtocolUnmarshallDependenciesMethods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type ProtocolUnmarshallDependenciesModifier and TypeMethodDescriptionJsonProtocolUnmarshaller.Builder.protocolUnmarshallDependencies(ProtocolUnmarshallDependencies protocolUnmarshallDependencies)