Uses of Class
software.amazon.awssdk.services.transfer.model.EncryptionAlg
-
Packages that use EncryptionAlg Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of EncryptionAlg in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return EncryptionAlg Modifier and Type Method Description EncryptionAlgAs2ConnectorConfig. encryptionAlgorithm()The algorithm that is used to encrypt the file.static EncryptionAlgEncryptionAlg. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionAlgEncryptionAlg. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionAlg[]EncryptionAlg. 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 EncryptionAlg Modifier and Type Method Description static Set<EncryptionAlg>EncryptionAlg. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type EncryptionAlg Modifier and Type Method Description As2ConnectorConfig.BuilderAs2ConnectorConfig.Builder. encryptionAlgorithm(EncryptionAlg encryptionAlgorithm)The algorithm that is used to encrypt the file.
-