Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<UserPoolDescriptionType> |
ListUserPoolsResult.userPools
The user pools from the response to list users.
|
Modifier and Type | Method and Description |
---|---|
UserPoolDescriptionType |
UserPoolDescriptionType.clone() |
UserPoolDescriptionType |
UserPoolDescriptionType.withCreationDate(java.util.Date creationDate)
The creation date in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withId(java.lang.String id)
The ID in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withName(java.lang.String name)
The name in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withStatus(StatusType status)
The user pool status in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withStatus(java.lang.String status)
The user pool status in a user pool description.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
ListUserPoolsResult |
ListUserPoolsResult.withUserPools(java.util.Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
Modifier and Type | Method and Description |
---|---|
UserPoolDescriptionType |
UserPoolDescriptionTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserPoolDescriptionTypeJsonMarshaller.marshall(UserPoolDescriptionType userPoolDescriptionType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|