Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.UsernameAttributeType
Packages that use UsernameAttributeType
-
Uses of UsernameAttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UsernameAttributeTypeModifier and TypeMethodDescriptionstatic UsernameAttributeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static UsernameAttributeTypeReturns the enum constant of this type with the specified name.static UsernameAttributeType[]UsernameAttributeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UsernameAttributeTypeModifier and TypeMethodDescriptionstatic Set<UsernameAttributeType>UsernameAttributeType.knownValues()final List<UsernameAttributeType>CreateUserPoolRequest.usernameAttributes()Specifies whether a user can use an email address or phone number as a username when they sign up.final List<UsernameAttributeType>UserPoolType.usernameAttributes()Specifies whether a user can use an email address or phone number as a username when they sign up.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UsernameAttributeTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.usernameAttributes(UsernameAttributeType... usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.UserPoolType.Builder.usernameAttributes(UsernameAttributeType... usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UsernameAttributeTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.usernameAttributes(Collection<UsernameAttributeType> usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.UserPoolType.Builder.usernameAttributes(Collection<UsernameAttributeType> usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.