Uses of Class
software.amazon.awssdk.services.rds.model.ClientPasswordAuthType
-
Packages that use ClientPasswordAuthType Package Description software.amazon.awssdk.services.rds.model -
-
Uses of ClientPasswordAuthType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ClientPasswordAuthType Modifier and Type Method Description ClientPasswordAuthTypeUserAuthConfig. clientPasswordAuthType()The type of authentication the proxy uses for connections from clients.ClientPasswordAuthTypeUserAuthConfigInfo. clientPasswordAuthType()The type of authentication the proxy uses for connections from clients.static ClientPasswordAuthTypeClientPasswordAuthType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClientPasswordAuthTypeClientPasswordAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientPasswordAuthType[]ClientPasswordAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ClientPasswordAuthType Modifier and Type Method Description static Set<ClientPasswordAuthType>ClientPasswordAuthType. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type ClientPasswordAuthType Modifier and Type Method Description UserAuthConfig.BuilderUserAuthConfig.Builder. clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType)The type of authentication the proxy uses for connections from clients.UserAuthConfigInfo.BuilderUserAuthConfigInfo.Builder. clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType)The type of authentication the proxy uses for connections from clients.
-