Uses of Enum Class
software.amazon.awscdk.services.rds.ClientPasswordAuthType
Packages that use ClientPasswordAuthType
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ClientPasswordAuthType in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return ClientPasswordAuthTypeModifier and TypeMethodDescriptiondefault ClientPasswordAuthTypeDatabaseProxyOptions.getClientPasswordAuthType()Specifies the details of authentication used by a proxy to log in as a specific database user.final ClientPasswordAuthTypeDatabaseProxyOptions.Jsii$Proxy.getClientPasswordAuthType()final ClientPasswordAuthTypeDatabaseProxyProps.Jsii$Proxy.getClientPasswordAuthType()static ClientPasswordAuthTypeReturns the enum constant of this class with the specified name.static ClientPasswordAuthType[]ClientPasswordAuthType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.rds with parameters of type ClientPasswordAuthTypeModifier and TypeMethodDescriptionDatabaseProxy.Builder.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) Specifies the details of authentication used by a proxy to log in as a specific database user.DatabaseProxyOptions.Builder.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) Sets the value ofDatabaseProxyOptions.getClientPasswordAuthType()DatabaseProxyProps.Builder.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) Sets the value ofDatabaseProxyOptions.getClientPasswordAuthType()