Uses of Class
software.amazon.awssdk.services.rds.model.UserAuthConfigInfo
-
Packages that use UserAuthConfigInfo Package Description software.amazon.awssdk.services.rds.model -
-
Uses of UserAuthConfigInfo in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type UserAuthConfigInfo Modifier and Type Method Description List<UserAuthConfigInfo>DBProxy. auth()One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.Methods in software.amazon.awssdk.services.rds.model with parameters of type UserAuthConfigInfo Modifier and Type Method Description DBProxy.BuilderDBProxy.Builder. auth(UserAuthConfigInfo... auth)One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type UserAuthConfigInfo Modifier and Type Method Description DBProxy.BuilderDBProxy.Builder. auth(Collection<UserAuthConfigInfo> auth)One or more data structures specifying the authorization mechanism to connect to the associated RDS DB instance or Aurora DB cluster.
-