| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
AttributeType.clone() |
AttributeType |
AttributeType.withName(String name)
The name of the attribute.
|
AttributeType |
AttributeType.withValue(String value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
UserType.getAttributes()
A container with information about the user type attributes.
|
List<AttributeType> |
DeviceType.getDeviceAttributes()
The device attributes.
|
List<AttributeType> |
AdminGetUserResult.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> |
UpdateUserAttributesRequest.getUserAttributes()
An array of name-value pairs representing user attributes.
|
List<AttributeType> |
AdminCreateUserRequest.getUserAttributes()
An array of name-value pairs that contain user attributes and attribute values to be set for the user to be
created.
|
List<AttributeType> |
AdminUpdateUserAttributesRequest.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> |
AdminCreateUserRequest.getValidationData()
Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
|
List<AttributeType> |
SignUpRequest.getValidationData()
Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
|
| Modifier and Type | Method and Description |
|---|---|
UserType |
UserType.withAttributes(AttributeType... attributes)
A container with information about the user type attributes.
|
DeviceType |
DeviceType.withDeviceAttributes(AttributeType... deviceAttributes)
The device attributes.
|
AdminGetUserResult |
AdminGetUserResult.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.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
|
AdminCreateUserRequest |
AdminCreateUserRequest.withUserAttributes(AttributeType... userAttributes)
An array of name-value pairs that contain user attributes and attribute values to be set for the user to be
created.
|
AdminUpdateUserAttributesRequest |
AdminUpdateUserAttributesRequest.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.
|
AdminCreateUserRequest |
AdminCreateUserRequest.withValidationData(AttributeType... validationData)
Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
|
SignUpRequest |
SignUpRequest.withValidationData(AttributeType... validationData)
Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserType.setAttributes(Collection<AttributeType> attributes)
A container with information about the user type attributes.
|
void |
DeviceType.setDeviceAttributes(Collection<AttributeType> deviceAttributes)
The device attributes.
|
void |
AdminGetUserResult.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 |
UpdateUserAttributesRequest.setUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
void |
AdminCreateUserRequest.setUserAttributes(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.
|
void |
AdminUpdateUserAttributesRequest.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 |
AdminCreateUserRequest.setValidationData(Collection<AttributeType> validationData)
Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
|
void |
SignUpRequest.setValidationData(Collection<AttributeType> validationData)
Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
|
UserType |
UserType.withAttributes(Collection<AttributeType> attributes)
A container with information about the user type attributes.
|
DeviceType |
DeviceType.withDeviceAttributes(Collection<AttributeType> deviceAttributes)
The device attributes.
|
AdminGetUserResult |
AdminGetUserResult.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.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withUserAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
AdminCreateUserRequest |
AdminCreateUserRequest.withUserAttributes(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.
|
AdminUpdateUserAttributesRequest |
AdminUpdateUserAttributesRequest.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.
|
AdminCreateUserRequest |
AdminCreateUserRequest.withValidationData(Collection<AttributeType> validationData)
Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
|
SignUpRequest |
SignUpRequest.withValidationData(Collection<AttributeType> validationData)
Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.
|
Copyright © 2025. All rights reserved.