Uses of Class
com.amazonaws.services.cognitoidp.model.AttributeType
-
Packages that use AttributeType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of AttributeType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return AttributeType Modifier and Type Method Description AttributeTypeAttributeType. clone()AttributeTypeAttributeType. withName(String name)The name of the attribute.AttributeTypeAttributeType. withValue(String value)The value of the attribute.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type AttributeType Modifier and Type Method Description List<AttributeType>UserType. getAttributes()A container with information about the user type attributes.List<AttributeType>AdminGetUserResult. getUserAttributes()An array of name-value pairs representing user attributes.List<AttributeType>AdminUpdateUserAttributesRequest. getUserAttributes()An array of name-value pairs representing user attributes.List<AttributeType>GetUserResult. getUserAttributes()An array of name-value pairs representing user attributes.List<AttributeType>SignUpRequest. getUserAttributes()An array of name-value pairs representing user attributes.List<AttributeType>UpdateUserAttributesRequest. getUserAttributes()An array of name-value pairs representing user attributes.List<AttributeType>SignUpRequest. getValidationData()The validation data in the request to register a user.Methods in com.amazonaws.services.cognitoidp.model with parameters of type AttributeType Modifier and Type Method Description UserTypeUserType. withAttributes(AttributeType... attributes)A container with information about the user type attributes.AdminGetUserResultAdminGetUserResult. withUserAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequestAdminUpdateUserAttributesRequest. withUserAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.GetUserResultGetUserResult. withUserAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.SignUpRequestSignUpRequest. withUserAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.UpdateUserAttributesRequestUpdateUserAttributesRequest. withUserAttributes(AttributeType... userAttributes)An array of name-value pairs representing user attributes.SignUpRequestSignUpRequest. 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 AttributeType Modifier and Type Method Description voidUserType. 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.UserTypeUserType. withAttributes(Collection<AttributeType> attributes)A container with information about the user type attributes.AdminGetUserResultAdminGetUserResult. withUserAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequestAdminUpdateUserAttributesRequest. withUserAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.GetUserResultGetUserResult. withUserAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.SignUpRequestSignUpRequest. withUserAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.UpdateUserAttributesRequestUpdateUserAttributesRequest. withUserAttributes(Collection<AttributeType> userAttributes)An array of name-value pairs representing user attributes.SignUpRequestSignUpRequest. withValidationData(Collection<AttributeType> validationData)The validation data in the request to register a user.
-