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> |
UpdateUserAttributesRequest.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> |
AdminGetUserResult.getUserAttributes()
An array of name-value pairs representing user attributes.
|
List<AttributeType> |
SignUpRequest.getValidationData()
The validation data in the request to register a user.
|
Modifier and Type | Method and Description |
---|---|
UserType |
UserType.withAttributes(AttributeType... attributes)
A container with information about the user type attributes.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.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.
|
AdminGetUserResult |
AdminGetUserResult.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.
|
Modifier and Type | Method and Description |
---|---|
void |
UserType.setAttributes(Collection<AttributeType> attributes)
A container with information about the user type attributes.
|
void |
UpdateUserAttributesRequest.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 |
AdminGetUserResult.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.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.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.
|
AdminGetUserResult |
AdminGetUserResult.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.
|
Copyright © 2018. All rights reserved.