Uses of Class
software.amazon.awssdk.services.rds.model.UserAuthConfig
Packages that use UserAuthConfig
-
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 UserAuthConfigModifier and TypeMethodDescriptionfinal List<UserAuthConfig>CreateDbProxyRequest.auth()The authorization mechanism that the proxy uses.final List<UserAuthConfig>ModifyDbProxyRequest.auth()The new authentication settings for theDBProxy.Methods in software.amazon.awssdk.services.rds.model with parameters of type UserAuthConfigModifier and TypeMethodDescriptionCreateDbProxyRequest.Builder.auth(UserAuthConfig... auth) The authorization mechanism that the proxy uses.ModifyDbProxyRequest.Builder.auth(UserAuthConfig... auth) The new authentication settings for theDBProxy.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type UserAuthConfigModifier and TypeMethodDescriptionCreateDbProxyRequest.Builder.auth(Collection<UserAuthConfig> auth) The authorization mechanism that the proxy uses.ModifyDbProxyRequest.Builder.auth(Collection<UserAuthConfig> auth) The new authentication settings for theDBProxy.