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 TypeMethodDescriptionvoidUserType.setAttributes(Collection<AttributeType> attributes) A container with information about the user type attributes.voidAdminGetUserResult.setUserAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.voidAdminUpdateUserAttributesRequest.setUserAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.voidGetUserResult.setUserAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.voidSignUpRequest.setUserAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.voidUpdateUserAttributesRequest.setUserAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.voidSignUpRequest.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.