toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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