Uses of Class
software.amazon.awssdk.services.rds.model.DefaultAuthScheme
-
Packages that use DefaultAuthScheme Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DefaultAuthScheme in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DefaultAuthScheme Modifier and Type Method Description DefaultAuthSchemeCreateDbProxyRequest. defaultAuthScheme()The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.DefaultAuthSchemeModifyDbProxyRequest. defaultAuthScheme()The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.static DefaultAuthSchemeDefaultAuthScheme. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultAuthSchemeDefaultAuthScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultAuthScheme[]DefaultAuthScheme. 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 DefaultAuthScheme Modifier and Type Method Description static Set<DefaultAuthScheme>DefaultAuthScheme. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type DefaultAuthScheme Modifier and Type Method Description CreateDbProxyRequest.BuilderCreateDbProxyRequest.Builder. defaultAuthScheme(DefaultAuthScheme defaultAuthScheme)The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.ModifyDbProxyRequest.BuilderModifyDbProxyRequest.Builder. defaultAuthScheme(DefaultAuthScheme defaultAuthScheme)The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
-