Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolDescriptionType
Packages that use UserPoolDescriptionType
Package
Description
-
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 UserPoolDescriptionTypeModifier and TypeMethodDescriptionfinal List<UserPoolDescriptionType>ListUserPoolsResponse.userPools()An array of user pools and their configuration details.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolDescriptionTypeModifier and TypeMethodDescriptionListUserPoolsResponse.Builder.userPools(UserPoolDescriptionType... userPools) An array of user pools and their configuration details.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserPoolDescriptionTypeModifier and TypeMethodDescriptionListUserPoolsResponse.Builder.userPools(Collection<UserPoolDescriptionType> userPools) An array of user pools and their configuration details. -
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 UserPoolDescriptionTypeModifier and TypeMethodDescriptionListUserPoolsIterable.userPools()Returns an iterable to iterate through the paginatedListUserPoolsResponse.userPools()member.ListUserPoolsPublisher.userPools()Returns a publisher that can be used to get a stream of data.