Uses of Class
software.amazon.awssdk.core.protocol.MarshallingKnownType
-
Packages that use MarshallingKnownType Package Description software.amazon.awssdk.core.protocol -
-
Uses of MarshallingKnownType in software.amazon.awssdk.core.protocol
Methods in software.amazon.awssdk.core.protocol that return MarshallingKnownType Modifier and Type Method Description static MarshallingKnownTypeMarshallingKnownType. from(Class<?> clazz)default MarshallingKnownTypeMarshallingType. getKnownType()static MarshallingKnownTypeMarshallingKnownType. valueOf(String name)Returns the enum constant of this type with the specified name.static MarshallingKnownType[]MarshallingKnownType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-