Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UsernameAttributeType
-
Packages that use UsernameAttributeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UsernameAttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UsernameAttributeType Modifier and Type Method Description static UsernameAttributeTypeUsernameAttributeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UsernameAttributeTypeUsernameAttributeType. valueOf(String name)Returns 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 UsernameAttributeType Modifier and Type Method Description static Set<UsernameAttributeType>UsernameAttributeType. knownValues()List<UsernameAttributeType>CreateUserPoolRequest. usernameAttributes()Specifies whether a user can use an email address or phone number as a username when they sign up.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 UsernameAttributeType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. usernameAttributes(UsernameAttributeType... usernameAttributes)Specifies whether a user can use an email address or phone number as a username when they sign up.UserPoolType.BuilderUserPoolType.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 UsernameAttributeType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.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.BuilderUserPoolType.Builder. usernameAttributes(Collection<UsernameAttributeType> usernameAttributes)Specifies whether a user can use an email address or phone number as a username when they sign up.
-