Uses of Class
software.amazon.awssdk.services.rds.model.UserAuthConfigInfo
Packages that use UserAuthConfigInfo
-
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 UserAuthConfigInfoModifier and TypeMethodDescriptionfinal 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 UserAuthConfigInfoModifier and TypeMethodDescriptionDBProxy.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 UserAuthConfigInfoModifier and TypeMethodDescriptionDBProxy.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.