AWS SDK for Kotlin
Toggle table of contents
1.8.15
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
odb
/
aws.sdk.kotlin.services.odb.model
/
WalletPasswordSource
Wallet
Password
Source
sealed
class
WalletPasswordSource
The source of the password for an Autonomous Database wallet.
Inheritors
ApiRequestParameter
CustomerManagedAwsSecret
SdkUnknown
Members
Types
Api
Request
Parameter
Link copied to clipboard
object
ApiRequestParameter
:
WalletPasswordSource
Companion
Link copied to clipboard
object
Companion
Customer
Managed
Aws
Secret
Link copied to clipboard
object
CustomerManagedAwsSecret
:
WalletPasswordSource
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
WalletPasswordSource
Properties
value
Link copied to clipboard
abstract
val
value
:
String