Uses of Interface
software.amazon.awssdk.services.appsync.auth.scheme.AppSyncAuthSchemeParams
-
Packages that use AppSyncAuthSchemeParams Package Description software.amazon.awssdk.services.appsync.auth.scheme software.amazon.awssdk.services.appsync.auth.scheme.internal -
-
Uses of AppSyncAuthSchemeParams in software.amazon.awssdk.services.appsync.auth.scheme
Methods in software.amazon.awssdk.services.appsync.auth.scheme that return AppSyncAuthSchemeParams Modifier and Type Method Description AppSyncAuthSchemeParamsAppSyncAuthSchemeParams.Builder. build()Returns aAppSyncAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.appsync.auth.scheme with parameters of type AppSyncAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>AppSyncAuthSchemeProvider. resolveAuthScheme(AppSyncAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of AppSyncAuthSchemeParams in software.amazon.awssdk.services.appsync.auth.scheme.internal
Classes in software.amazon.awssdk.services.appsync.auth.scheme.internal that implement AppSyncAuthSchemeParams Modifier and Type Class Description classDefaultAppSyncAuthSchemeParamsMethods in software.amazon.awssdk.services.appsync.auth.scheme.internal with parameters of type AppSyncAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultAppSyncAuthSchemeProvider. resolveAuthScheme(AppSyncAuthSchemeParams params)
-