Uses of Class
software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry.Builder
-
-
Uses of AbstractMarshallingRegistry.Builder in software.amazon.awssdk.protocols.core
Methods in software.amazon.awssdk.protocols.core that return AbstractMarshallingRegistry.Builder Modifier and Type Method Description protected <T> AbstractMarshallingRegistry.BuilderAbstractMarshallingRegistry.Builder. register(MarshallLocation marshallLocation, MarshallingType<T> marshallingType, Object marshaller)Constructors in software.amazon.awssdk.protocols.core with parameters of type AbstractMarshallingRegistry.Builder Constructor Description AbstractMarshallingRegistry(AbstractMarshallingRegistry.Builder builder)
-