Uses of Class
com.amazonaws.services.cognitoidp.model.UserPoolDescriptionType
-
Packages that use UserPoolDescriptionType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of UserPoolDescriptionType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolDescriptionType Modifier and Type Method Description UserPoolDescriptionType
UserPoolDescriptionType. clone()
UserPoolDescriptionType
UserPoolDescriptionType. withCreationDate(Date creationDate)
The creation date in a user pool description.UserPoolDescriptionType
UserPoolDescriptionType. withId(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(Date lastModifiedDate)
The last modified date in a user pool description.UserPoolDescriptionType
UserPoolDescriptionType. withName(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(String status)
The user pool status in a user pool description.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type UserPoolDescriptionType Modifier and Type Method Description List<UserPoolDescriptionType>
ListUserPoolsResult. getUserPools()
The user pools from the response to list users.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserPoolDescriptionType Modifier and Type Method Description ListUserPoolsResult
ListUserPoolsResult. withUserPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.Method parameters in com.amazonaws.services.cognitoidp.model with type arguments of type UserPoolDescriptionType Modifier and Type Method 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.
-