| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolDescriptionType |
UserPoolDescriptionType.clone() |
UserPoolDescriptionType |
UserPoolDescriptionType.withCreationDate(Date creationDate)
The date and time, in ISO 8601 format, when
the item was created.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withId(String id)
The ID in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLastModifiedDate(Date lastModifiedDate)
The date and time, in ISO 8601 format, when
the item was modified.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withName(String name)
The name in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withStatus(StatusType status)
Deprecated.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withStatus(String status)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserPoolDescriptionType> |
ListUserPoolsResult.getUserPools()
The user pools from the response to list users.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolsResult |
ListUserPoolsResult.withUserPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserPoolsResult.setUserPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
ListUserPoolsResult |
ListUserPoolsResult.withUserPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
Copyright © 2024. All rights reserved.