Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SignInPolicyType.Builder
Packages that use SignInPolicyType.Builder
-
Uses of SignInPolicyType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SignInPolicyType.BuilderModifier and TypeMethodDescriptionSignInPolicyType.Builder.allowedFirstAuthFactors(Collection<AuthFactorType> allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.SignInPolicyType.Builder.allowedFirstAuthFactors(AuthFactorType... allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.SignInPolicyType.Builder.allowedFirstAuthFactorsWithStrings(String... allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.SignInPolicyType.Builder.allowedFirstAuthFactorsWithStrings(Collection<String> allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.static SignInPolicyType.BuilderSignInPolicyType.builder()SignInPolicyType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SignInPolicyType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SignInPolicyType.Builder>SignInPolicyType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type SignInPolicyType.BuilderModifier and TypeMethodDescriptiondefault UserPoolPolicyType.BuilderUserPoolPolicyType.Builder.signInPolicy(Consumer<SignInPolicyType.Builder> signInPolicy) The policy for allowed types of authentication in a user pool.