Uses of Class
software.amazon.awssdk.services.transfer.model.SftpAuthenticationMethods
-
Packages that use SftpAuthenticationMethods Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of SftpAuthenticationMethods in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return SftpAuthenticationMethods Modifier and Type Method Description static SftpAuthenticationMethodsSftpAuthenticationMethods. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SftpAuthenticationMethodsIdentityProviderDetails. sftpAuthenticationMethods()For SFTP-enabled servers, and for custom identity providers only, you can specify whether to authenticate using a password, SSH key pair, or both.static SftpAuthenticationMethodsSftpAuthenticationMethods. valueOf(String name)Returns the enum constant of this type with the specified name.static SftpAuthenticationMethods[]SftpAuthenticationMethods. 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 SftpAuthenticationMethods Modifier and Type Method Description static Set<SftpAuthenticationMethods>SftpAuthenticationMethods. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type SftpAuthenticationMethods Modifier and Type Method Description IdentityProviderDetails.BuilderIdentityProviderDetails.Builder. sftpAuthenticationMethods(SftpAuthenticationMethods sftpAuthenticationMethods)For SFTP-enabled servers, and for custom identity providers only, you can specify whether to authenticate using a password, SSH key pair, or both.
-