Route53RecoveryReadinessAuthSchemeProvider
interface Route53RecoveryReadinessAuthSchemeProvider : AuthSchemeProvider<Route53RecoveryReadinessAuthSchemeParameters>
Route53RecoveryReadinessAuthSchemeProvider is responsible for resolving the authentication scheme to use for a particular operation. See DefaultRoute53RecoveryReadinessAuthSchemeProvider for the default SDK behavior of this interface.
Inheritors
Inherited functions
Link copied to clipboard
abstract suspend fun resolveAuthScheme(params: Route53RecoveryReadinessAuthSchemeParameters): List<AuthOption>