Uses of Class
software.amazon.awssdk.services.amplifybackend.model.RequiredSignUpAttributesElement
-
Packages that use RequiredSignUpAttributesElement Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of RequiredSignUpAttributesElement in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return RequiredSignUpAttributesElement Modifier and Type Method Description static RequiredSignUpAttributesElementRequiredSignUpAttributesElement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RequiredSignUpAttributesElementRequiredSignUpAttributesElement. valueOf(String name)Returns the enum constant of this type with the specified name.static RequiredSignUpAttributesElement[]RequiredSignUpAttributesElement. 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 RequiredSignUpAttributesElement Modifier and Type Method Description static Set<RequiredSignUpAttributesElement>RequiredSignUpAttributesElement. knownValues()List<RequiredSignUpAttributesElement>CreateBackendAuthUserPoolConfig. requiredSignUpAttributes()The required attributes to sign up new users in the user pool.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type RequiredSignUpAttributesElement Modifier and Type Method Description CreateBackendAuthUserPoolConfig.BuilderCreateBackendAuthUserPoolConfig.Builder. requiredSignUpAttributes(RequiredSignUpAttributesElement... requiredSignUpAttributes)The required attributes to sign up new users in the user pool.Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type RequiredSignUpAttributesElement Modifier and Type Method Description CreateBackendAuthUserPoolConfig.BuilderCreateBackendAuthUserPoolConfig.Builder. requiredSignUpAttributes(Collection<RequiredSignUpAttributesElement> requiredSignUpAttributes)The required attributes to sign up new users in the user pool.
-