Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolsResponse
-
Packages that use ListUserPoolsResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of ListUserPoolsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUserPoolsResponse Modifier and Type Method Description default ListUserPoolsResponseCognitoIdentityProviderClient. listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)Lists the user pools associated with an Amazon Web Services account.default ListUserPoolsResponseCognitoIdentityProviderClient. listUserPools(ListUserPoolsRequest listUserPoolsRequest)Lists the user pools associated with an Amazon Web Services account.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUserPoolsResponse Modifier and Type Method Description default CompletableFuture<ListUserPoolsResponse>CognitoIdentityProviderAsyncClient. listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)Lists the user pools associated with an Amazon Web Services account.default CompletableFuture<ListUserPoolsResponse>CognitoIdentityProviderAsyncClient. listUserPools(ListUserPoolsRequest listUserPoolsRequest)Lists the user pools associated with an 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 ListUserPoolsResponse Modifier and Type Method Description Iterator<ListUserPoolsResponse>ListUserPoolsIterable. iterator()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListUserPoolsResponse Modifier and Type Method Description voidListUserPoolsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUserPoolsResponse> subscriber)
-