Uses of Class
software.amazon.awssdk.services.amplifybackend.model.SignInMethod
-
Packages that use SignInMethod Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of SignInMethod in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return SignInMethod Modifier and Type Method Description static SignInMethodSignInMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SignInMethodCreateBackendAuthUserPoolConfig. signInMethod()Describes the sign-in methods that your Amplify app users use to log in using the Amazon Cognito user pool, configured as a part of your Amplify project.static SignInMethodSignInMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SignInMethod[]SignInMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type SignInMethod Modifier and Type Method Description static Set<SignInMethod>SignInMethod. knownValues()Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type SignInMethod Modifier and Type Method Description CreateBackendAuthUserPoolConfig.BuilderCreateBackendAuthUserPoolConfig.Builder. signInMethod(SignInMethod signInMethod)Describes the sign-in methods that your Amplify app users use to log in using the Amazon Cognito user pool, configured as a part of your Amplify project.
-