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. protocolUnmarshallDependencies
Method parameters in software.amazon.awssdk.protocols.json with type arguments of type ProtocolUnmarshallDependencies Modifier and Type Method Description protected SubclassT
BaseAwsJsonProtocolFactory.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 class
DefaultProtocolUnmarshallDependencies
Methods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type ProtocolUnmarshallDependencies Modifier and Type Method Description JsonProtocolUnmarshaller.Builder
JsonProtocolUnmarshaller.Builder. protocolUnmarshallDependencies(ProtocolUnmarshallDependencies protocolUnmarshallDependencies)
-