Uses of Class
software.amazon.awssdk.services.appsync.model.AuthProvider
-
Packages that use AuthProvider Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of AuthProvider in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type AuthProvider Modifier and Type Method Description List<AuthProvider>EventConfig. authProviders()A list of authorization providers.Methods in software.amazon.awssdk.services.appsync.model with parameters of type AuthProvider Modifier and Type Method Description EventConfig.BuilderEventConfig.Builder. authProviders(AuthProvider... authProviders)A list of authorization providers.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type AuthProvider Modifier and Type Method Description EventConfig.BuilderEventConfig.Builder. authProviders(Collection<AuthProvider> authProviders)A list of authorization providers.
-