Class PreferredAppSyncAuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.appsync.auth.scheme.internal.PreferredAppSyncAuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider
,AppSyncAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public final class PreferredAppSyncAuthSchemeProvider
extends Object
implements AppSyncAuthSchemeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredAppSyncAuthSchemeProvider
(AppSyncAuthSchemeProvider delegate, List<String> authSchemePreference) -
Method Summary
Modifier and TypeMethodDescriptionResolve the auth schemes based on the given set of parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.services.appsync.auth.scheme.AppSyncAuthSchemeProvider
resolveAuthScheme
-
Constructor Details
-
PreferredAppSyncAuthSchemeProvider
public PreferredAppSyncAuthSchemeProvider(AppSyncAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Details
-
resolveAuthScheme
Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthScheme
in interfaceAppSyncAuthSchemeProvider
-