Uses of Enum
software.amazon.awssdk.services.rds.model.AuthScheme
Packages that use AuthScheme
-
Uses of AuthScheme in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AuthSchemeModifier and TypeMethodDescriptionfinal AuthSchemeUserAuthConfig.authScheme()The type of authentication that the proxy uses for connections from the proxy to the underlying database.final AuthSchemeUserAuthConfigInfo.authScheme()The type of authentication that the proxy uses for connections from the proxy to the underlying database.static AuthSchemeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthSchemeReturns 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 AuthSchemeMethods in software.amazon.awssdk.services.rds.model with parameters of type AuthSchemeModifier and TypeMethodDescriptionUserAuthConfig.Builder.authScheme(AuthScheme authScheme) The type of authentication that the proxy uses for connections from the proxy to the underlying database.UserAuthConfigInfo.Builder.authScheme(AuthScheme authScheme) The type of authentication that the proxy uses for connections from the proxy to the underlying database.