Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolDescriptionType
-
Packages that use UserPoolDescriptionType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of UserPoolDescriptionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserPoolDescriptionType Modifier and Type Method Description List<UserPoolDescriptionType>ListUserPoolsResponse. userPools()The user pools from the response to list users.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolDescriptionType Modifier and Type Method Description ListUserPoolsResponse.BuilderListUserPoolsResponse.Builder. userPools(UserPoolDescriptionType... userPools)The user pools from the response to list users.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserPoolDescriptionType Modifier and Type Method Description ListUserPoolsResponse.BuilderListUserPoolsResponse.Builder. userPools(Collection<UserPoolDescriptionType> userPools)The user pools from the response to list users. -
Uses of UserPoolDescriptionType in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type UserPoolDescriptionType Modifier and Type Method Description SdkIterable<UserPoolDescriptionType>ListUserPoolsIterable. userPools()Returns an iterable to iterate through the paginatedListUserPoolsResponse.userPools()member.SdkPublisher<UserPoolDescriptionType>ListUserPoolsPublisher. userPools()Returns a publisher that can be used to get a stream of data.
-