Uses of Class
software.amazon.awssdk.services.transfer.model.MdnSigningAlg
-
Packages that use MdnSigningAlg Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of MdnSigningAlg in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return MdnSigningAlg Modifier and Type Method Description static MdnSigningAlgMdnSigningAlg. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MdnSigningAlgAs2ConnectorConfig. mdnSigningAlgorithm()The signing algorithm for the MDN response.static MdnSigningAlgMdnSigningAlg. valueOf(String name)Returns the enum constant of this type with the specified name.static MdnSigningAlg[]MdnSigningAlg. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type MdnSigningAlg Modifier and Type Method Description static Set<MdnSigningAlg>MdnSigningAlg. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type MdnSigningAlg Modifier and Type Method Description As2ConnectorConfig.BuilderAs2ConnectorConfig.Builder. mdnSigningAlgorithm(MdnSigningAlg mdnSigningAlgorithm)The signing algorithm for the MDN response.
-