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 AttributeType
AttributeType. clone()
AttributeType
AttributeType. withName(String name)
The name of the attribute.AttributeType
AttributeType. 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 UserType
UserType. withAttributes(AttributeType... attributes)
A container with information about the user type attributes.AdminGetUserResult
AdminGetUserResult. withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequest
AdminUpdateUserAttributesRequest. withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.GetUserResult
GetUserResult. withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.SignUpRequest
SignUpRequest. withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.UpdateUserAttributesRequest
UpdateUserAttributesRequest. withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.SignUpRequest
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 AttributeType Modifier and Type Method Description void
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
UserType. withAttributes(Collection<AttributeType> attributes)
A container with information about the user type attributes.AdminGetUserResult
AdminGetUserResult. withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.AdminUpdateUserAttributesRequest
AdminUpdateUserAttributesRequest. withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.GetUserResult
GetUserResult. withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.SignUpRequest
SignUpRequest. withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.UpdateUserAttributesRequest
UpdateUserAttributesRequest. withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.SignUpRequest
SignUpRequest. withValidationData(Collection<AttributeType> validationData)
The validation data in the request to register a user.
-