Uses of Class
software.amazon.awssdk.services.amplifybackend.model.BackendAuthSocialProviderConfig
-
Packages that use BackendAuthSocialProviderConfig Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of BackendAuthSocialProviderConfig in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return BackendAuthSocialProviderConfig Modifier and Type Method Description BackendAuthSocialProviderConfigSocialProviderSettings. facebook()Returns the value of the Facebook property for this object.BackendAuthSocialProviderConfigSocialProviderSettings. google()Returns the value of the Google property for this object.BackendAuthSocialProviderConfigSocialProviderSettings. loginWithAmazon()Returns the value of the LoginWithAmazon property for this object.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type BackendAuthSocialProviderConfig Modifier and Type Method Description SocialProviderSettings.BuilderSocialProviderSettings.Builder. facebook(BackendAuthSocialProviderConfig facebook)Sets the value of the Facebook property for this object.SocialProviderSettings.BuilderSocialProviderSettings.Builder. google(BackendAuthSocialProviderConfig google)Sets the value of the Google property for this object.SocialProviderSettings.BuilderSocialProviderSettings.Builder. loginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon)Sets the value of the LoginWithAmazon property for this object.
-