Uses of Class
software.amazon.awssdk.services.rds.model.AuthScheme
-
Packages that use AuthScheme Package Description software.amazon.awssdk.services.rds.model -
-
Uses of AuthScheme in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AuthScheme Modifier and Type Method Description AuthSchemeUserAuthConfig. authScheme()The type of authentication that the proxy uses for connections from the proxy to the underlying database.AuthSchemeUserAuthConfigInfo. authScheme()The type of authentication that the proxy uses for connections from the proxy to the underlying database.static AuthSchemeAuthScheme. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthSchemeAuthScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthScheme[]AuthScheme. 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 AuthScheme Modifier and Type Method Description static Set<AuthScheme>AuthScheme. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type AuthScheme Modifier and Type Method Description UserAuthConfig.BuilderUserAuthConfig.Builder. authScheme(AuthScheme authScheme)The type of authentication that the proxy uses for connections from the proxy to the underlying database.UserAuthConfigInfo.BuilderUserAuthConfigInfo.Builder. authScheme(AuthScheme authScheme)The type of authentication that the proxy uses for connections from the proxy to the underlying database.
-