toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
rds
/
aws.sdk.kotlin.services.rds.model
/
ClientPasswordAuthType
Client
Password
Auth
Type
sealed
class
ClientPasswordAuthType
Inheritors
MysqlNativePassword
PostgresMd5
PostgresScramSha256
SqlServerAuthentication
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Mysql
Native
Password
Link copied to clipboard
object
MysqlNativePassword
:
ClientPasswordAuthType
Postgres
Md5
Link copied to clipboard
object
PostgresMd5
:
ClientPasswordAuthType
Postgres
Scram
Sha256
Link copied to clipboard
object
PostgresScramSha256
:
ClientPasswordAuthType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClientPasswordAuthType
Sql
Server
Authentication
Link copied to clipboard
object
SqlServerAuthentication
:
ClientPasswordAuthType
Properties
value
Link copied to clipboard
abstract
val
value
:
String