Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AttributeType
Packages that use AttributeType
-
Uses of AttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionfinal List<AttributeType>UserType.attributes()Names and values of a user's attributes, for exampleemail.final List<AttributeType>DeviceType.deviceAttributes()Metadata about a user's device, like name and last-access source IP.final List<AttributeType>AdminCreateUserRequest.userAttributes()An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.final List<AttributeType>AdminGetUserResponse.userAttributes()An array of name-value pairs of user attributes and their values, for example"email": "testuser@example.com".final List<AttributeType>AdminUpdateUserAttributesRequest.userAttributes()An array of name-value pairs representing user attributes.final List<AttributeType>GetUserResponse.userAttributes()An array of name-value pairs representing user attributes.final List<AttributeType>SignUpRequest.userAttributes()An array of name-value pairs representing user attributes.final List<AttributeType>UpdateUserAttributesRequest.userAttributes()An array of name-value pairs representing user attributes.final List<AttributeType>AdminCreateUserRequest.validationData()Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.final List<AttributeType>SignUpRequest.validationData()Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AttributeTypeModifier and TypeMethodDescriptionUserType.Builder.attributes(AttributeType... attributes) Names and values of a user's attributes, for exampleemail.DeviceType.Builder.deviceAttributes(AttributeType... deviceAttributes) Metadata about a user's device, like name and last-access source IP.AdminCreateUserRequest.Builder.userAttributes(AttributeType... userAttributes) An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.AdminGetUserResponse.Builder.userAttributes(AttributeType... userAttributes) An array of name-value pairs of user attributes and their values, for example"email": "testuser@example.com".AdminUpdateUserAttributesRequest.Builder.userAttributes(AttributeType... userAttributes) An array of name-value pairs representing user attributes.GetUserResponse.Builder.userAttributes(AttributeType... userAttributes) An array of name-value pairs representing user attributes.SignUpRequest.Builder.userAttributes(AttributeType... userAttributes) An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.Builder.userAttributes(AttributeType... userAttributes) An array of name-value pairs representing user attributes.AdminCreateUserRequest.Builder.validationData(AttributeType... validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.SignUpRequest.Builder.validationData(AttributeType... validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AttributeTypeModifier and TypeMethodDescriptionUserType.Builder.attributes(Collection<AttributeType> attributes) Names and values of a user's attributes, for exampleemail.DeviceType.Builder.deviceAttributes(Collection<AttributeType> deviceAttributes) Metadata about a user's device, like name and last-access source IP.AdminCreateUserRequest.Builder.userAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.AdminGetUserResponse.Builder.userAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs of user attributes and their values, for example"email": "testuser@example.com".AdminUpdateUserAttributesRequest.Builder.userAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.GetUserResponse.Builder.userAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.SignUpRequest.Builder.userAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.Builder.userAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.AdminCreateUserRequest.Builder.validationData(Collection<AttributeType> validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.SignUpRequest.Builder.validationData(Collection<AttributeType> validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.