AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
transfer
/
aws.sdk.kotlin.services.transfer.model
/
SftpAuthenticationMethods
Sftp
Authentication
Methods
sealed
class
SftpAuthenticationMethods
Inheritors
Password
PublicKey
PublicKeyAndPassword
PublicKeyOrPassword
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Password
Link copied to clipboard
object
Password
:
SftpAuthenticationMethods
Public
Key
Link copied to clipboard
object
PublicKey
:
SftpAuthenticationMethods
Public
Key
And
Password
Link copied to clipboard
object
PublicKeyAndPassword
:
SftpAuthenticationMethods
Public
Key
Or
Password
Link copied to clipboard
object
PublicKeyOrPassword
:
SftpAuthenticationMethods
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SftpAuthenticationMethods
Properties
value
Link copied to clipboard
abstract
val
value
:
String