AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
rds
/
aws.sdk.kotlin.services.rds.model
/
ClientPasswordAuthType
Client
Password
Auth
Type
sealed
class
ClientPasswordAuthType
Inheritors
MysqlCachingSha2Password
MysqlNativePassword
PostgresMd5
PostgresScramSha256
SqlServerAuthentication
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Mysql
Caching
Sha2Password
Link copied to clipboard
object
MysqlCachingSha2Password
:
ClientPasswordAuthType
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