Uses of Enum
software.amazon.awssdk.services.rds.model.DefaultAuthScheme
Packages that use DefaultAuthScheme
-
Uses of DefaultAuthScheme in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DefaultAuthSchemeModifier and TypeMethodDescriptionfinal 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.final 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 DefaultAuthSchemeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultAuthSchemeReturns 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 DefaultAuthSchemeMethods in software.amazon.awssdk.services.rds.model with parameters of type DefaultAuthSchemeModifier and TypeMethodDescriptionCreateDbProxyRequest.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.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.