Uses of Interface
software.amazon.awssdk.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
-
Packages that use ProtocolUnmarshallDependencies Package Description software.amazon.awssdk.protocols.json software.amazon.awssdk.protocols.json.internal.unmarshall -
-
Uses of ProtocolUnmarshallDependencies in software.amazon.awssdk.protocols.json
Fields in software.amazon.awssdk.protocols.json with type parameters of type ProtocolUnmarshallDependencies Modifier and Type Field Description protected Supplier<ProtocolUnmarshallDependencies>BaseAwsJsonProtocolFactory.Builder. protocolUnmarshallDependenciesMethod parameters in software.amazon.awssdk.protocols.json with type arguments of type ProtocolUnmarshallDependencies Modifier and Type Method Description protected 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 ProtocolUnmarshallDependencies Modifier and Type Class Description classDefaultProtocolUnmarshallDependenciesMethods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type ProtocolUnmarshallDependencies Modifier and Type Method Description JsonProtocolUnmarshaller.BuilderJsonProtocolUnmarshaller.Builder. protocolUnmarshallDependencies(ProtocolUnmarshallDependencies protocolUnmarshallDependencies)
-