Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolsResponse
Packages that use ListUserPoolsResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListUserPoolsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUserPoolsResponseModifier and TypeMethodDescriptiondefault ListUserPoolsResponseCognitoIdentityProviderClient.listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest) Lists user pools and their details in the current Amazon Web Services account.default ListUserPoolsResponseCognitoIdentityProviderClient.listUserPools(ListUserPoolsRequest listUserPoolsRequest) Lists user pools and their details in the current Amazon Web Services account.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUserPoolsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListUserPoolsResponse>CognitoIdentityProviderAsyncClient.listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest) Lists user pools and their details in the current Amazon Web Services account.default CompletableFuture<ListUserPoolsResponse>CognitoIdentityProviderAsyncClient.listUserPools(ListUserPoolsRequest listUserPoolsRequest) Lists user pools and their details in the current Amazon Web Services account. -
Uses of ListUserPoolsResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ListUserPoolsResponseMethod parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListUserPoolsResponseModifier and TypeMethodDescriptionvoidListUserPoolsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUserPoolsResponse> subscriber)