Uses of Class
software.amazon.awssdk.services.rds.model.UserAuthConfig
-
Packages that use UserAuthConfig Package Description software.amazon.awssdk.services.rds.model -
-
Uses of UserAuthConfig in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type UserAuthConfig Modifier and Type Method Description List<UserAuthConfig>CreateDbProxyRequest. auth()The authorization mechanism that the proxy uses.List<UserAuthConfig>ModifyDbProxyRequest. auth()The new authentication settings for theDBProxy.Methods in software.amazon.awssdk.services.rds.model with parameters of type UserAuthConfig Modifier and Type Method Description CreateDbProxyRequest.BuilderCreateDbProxyRequest.Builder. auth(UserAuthConfig... auth)The authorization mechanism that the proxy uses.ModifyDbProxyRequest.BuilderModifyDbProxyRequest.Builder. auth(UserAuthConfig... auth)The new authentication settings for theDBProxy.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type UserAuthConfig Modifier and Type Method Description CreateDbProxyRequest.BuilderCreateDbProxyRequest.Builder. auth(Collection<UserAuthConfig> auth)The authorization mechanism that the proxy uses.ModifyDbProxyRequest.BuilderModifyDbProxyRequest.Builder. auth(Collection<UserAuthConfig> auth)The new authentication settings for theDBProxy.
-