Uses of Enum
software.amazon.awssdk.services.rds.model.ClientPasswordAuthType
Packages that use ClientPasswordAuthType
-
Uses of ClientPasswordAuthType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ClientPasswordAuthTypeModifier and TypeMethodDescriptionfinal ClientPasswordAuthTypeUserAuthConfig.clientPasswordAuthType()The type of authentication the proxy uses for connections from clients.final ClientPasswordAuthTypeUserAuthConfigInfo.clientPasswordAuthType()The type of authentication the proxy uses for connections from clients.static ClientPasswordAuthTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ClientPasswordAuthTypeReturns 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 ClientPasswordAuthTypeModifier and TypeMethodDescriptionstatic Set<ClientPasswordAuthType>ClientPasswordAuthType.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type ClientPasswordAuthTypeModifier and TypeMethodDescriptionUserAuthConfig.Builder.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) The type of authentication the proxy uses for connections from clients.UserAuthConfigInfo.Builder.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) The type of authentication the proxy uses for connections from clients.