Uses of Class
com.amazonaws.services.cognitoidp.model.AttributeType
Packages that use AttributeType
-
Uses of AttributeType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return AttributeTypeModifier and TypeMethodDescriptionAttributeType.clone()
The name of the attribute.The value of the attribute.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionUserType.getAttributes()
A container with information about the user type attributes.AdminGetUserResult.getUserAttributes()
An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequest.getUserAttributes()
An array of name-value pairs representing user attributes.GetUserResult.getUserAttributes()
An array of name-value pairs representing user attributes.SignUpRequest.getUserAttributes()
An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.getUserAttributes()
An array of name-value pairs representing user attributes.SignUpRequest.getValidationData()
The validation data in the request to register a user.Methods in com.amazonaws.services.cognitoidp.model with parameters of type AttributeTypeModifier and TypeMethodDescriptionUserType.withAttributes
(AttributeType... attributes) A container with information about the user type attributes.AdminGetUserResult.withUserAttributes
(AttributeType... userAttributes) An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequest.withUserAttributes
(AttributeType... userAttributes) An array of name-value pairs representing user attributes.GetUserResult.withUserAttributes
(AttributeType... userAttributes) An array of name-value pairs representing user attributes.SignUpRequest.withUserAttributes
(AttributeType... userAttributes) An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.withUserAttributes
(AttributeType... userAttributes) An array of name-value pairs representing user attributes.SignUpRequest.withValidationData
(AttributeType... validationData) The validation data in the request to register a user.Method parameters in com.amazonaws.services.cognitoidp.model with type arguments of type AttributeTypeModifier and TypeMethodDescriptionvoid
UserType.setAttributes
(Collection<AttributeType> attributes) A container with information about the user type attributes.void
AdminGetUserResult.setUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.void
AdminUpdateUserAttributesRequest.setUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.void
GetUserResult.setUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.void
SignUpRequest.setUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.void
UpdateUserAttributesRequest.setUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.void
SignUpRequest.setValidationData
(Collection<AttributeType> validationData) The validation data in the request to register a user.UserType.withAttributes
(Collection<AttributeType> attributes) A container with information about the user type attributes.AdminGetUserResult.withUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequest.withUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.GetUserResult.withUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.SignUpRequest.withUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.UpdateUserAttributesRequest.withUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.SignUpRequest.withValidationData
(Collection<AttributeType> validationData) The validation data in the request to register a user.