Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AttributeType> |
UserType.attributes
A container with information about the user type attributes.
|
private java.util.List<AttributeType> |
UpdateUserAttributesRequest.userAttributes
An array of name-value pairs representing user attributes.
|
private java.util.List<AttributeType> |
SignUpRequest.userAttributes
An array of name-value pairs representing user attributes.
|
private java.util.List<AttributeType> |
GetUserResult.userAttributes
An array of name-value pairs representing user attributes.
|
private java.util.List<AttributeType> |
AdminUpdateUserAttributesRequest.userAttributes
An array of name-value pairs representing user attributes.
|
private java.util.List<AttributeType> |
AdminGetUserResult.userAttributes
An array of name-value pairs representing user attributes.
|
private java.util.List<AttributeType> |
SignUpRequest.validationData
The validation data in the request to register a user.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
AttributeType.clone() |
AttributeType |
AttributeType.withName(java.lang.String name)
The name of the attribute.
|
AttributeType |
AttributeType.withValue(java.lang.String value)
The value of the attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AttributeType> |
UserType.getAttributes()
A container with information about the user type attributes.
|
java.util.List<AttributeType> |
UpdateUserAttributesRequest.getUserAttributes()
An array of name-value pairs representing user attributes.
|
java.util.List<AttributeType> |
SignUpRequest.getUserAttributes()
An array of name-value pairs representing user attributes.
|
java.util.List<AttributeType> |
GetUserResult.getUserAttributes()
An array of name-value pairs representing user attributes.
|
java.util.List<AttributeType> |
AdminUpdateUserAttributesRequest.getUserAttributes()
An array of name-value pairs representing user attributes.
|
java.util.List<AttributeType> |
AdminGetUserResult.getUserAttributes()
An array of name-value pairs representing user attributes.
|
java.util.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.
|
SignUpRequest |
SignUpRequest.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.
|
AdminUpdateUserAttributesRequest |
AdminUpdateUserAttributesRequest.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(java.util.Collection<AttributeType> attributes)
A container with information about the user type attributes.
|
void |
UpdateUserAttributesRequest.setUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
void |
SignUpRequest.setUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
void |
GetUserResult.setUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
void |
AdminUpdateUserAttributesRequest.setUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
void |
AdminGetUserResult.setUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
void |
SignUpRequest.setValidationData(java.util.Collection<AttributeType> validationData)
The validation data in the request to register a user.
|
UserType |
UserType.withAttributes(java.util.Collection<AttributeType> attributes)
A container with information about the user type attributes.
|
UpdateUserAttributesRequest |
UpdateUserAttributesRequest.withUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
SignUpRequest |
SignUpRequest.withUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
GetUserResult |
GetUserResult.withUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
AdminUpdateUserAttributesRequest |
AdminUpdateUserAttributesRequest.withUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
AdminGetUserResult |
AdminGetUserResult.withUserAttributes(java.util.Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
SignUpRequest |
SignUpRequest.withValidationData(java.util.Collection<AttributeType> validationData)
The validation data in the request to register a user.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
AttributeTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeTypeJsonMarshaller.marshall(AttributeType attributeType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|