Class DefaultAppIntegrationsAuthSchemeProvider
- java.lang.Object
-
- software.amazon.awssdk.services.appintegrations.auth.scheme.internal.DefaultAppIntegrationsAuthSchemeProvider
-
- All Implemented Interfaces:
AuthSchemeProvider,AppIntegrationsAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen") public final class DefaultAppIntegrationsAuthSchemeProvider extends Object implements AppIntegrationsAuthSchemeProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultAppIntegrationsAuthSchemeProvidercreate()List<AuthSchemeOption>resolveAuthScheme(AppIntegrationsAuthSchemeParams params)Resolve the auth schemes based on the given set of parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.appintegrations.auth.scheme.AppIntegrationsAuthSchemeProvider
resolveAuthScheme
-
-
-
-
Method Detail
-
create
public static DefaultAppIntegrationsAuthSchemeProvider create()
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(AppIntegrationsAuthSchemeParams params)
Description copied from interface:AppIntegrationsAuthSchemeProviderResolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceAppIntegrationsAuthSchemeProvider
-
-