Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolsRequest
Packages that use ListUserPoolsRequest
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListUserPoolsRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type ListUserPoolsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListUserPoolsResponse>CognitoIdentityProviderAsyncClient.listUserPools(ListUserPoolsRequest 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.default ListUserPoolsPublisherCognitoIdentityProviderAsyncClient.listUserPoolsPaginator(ListUserPoolsRequest listUserPoolsRequest) default ListUserPoolsIterableCognitoIdentityProviderClient.listUserPoolsPaginator(ListUserPoolsRequest listUserPoolsRequest) This is a variant ofCognitoIdentityProviderClient.listUserPools(software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolsRequest)operation. -
Uses of ListUserPoolsRequest in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Constructors in software.amazon.awssdk.services.cognitoidentityprovider.paginators with parameters of type ListUserPoolsRequestModifierConstructorDescriptionListUserPoolsIterable(CognitoIdentityProviderClient client, ListUserPoolsRequest firstRequest) ListUserPoolsPublisher(CognitoIdentityProviderAsyncClient client, ListUserPoolsRequest firstRequest) -
Uses of ListUserPoolsRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type ListUserPoolsRequestModifier and TypeMethodDescriptionListUserPoolsRequestMarshaller.marshall(ListUserPoolsRequest listUserPoolsRequest)