Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserPoolsRequest
-
Packages that use ListUserPoolsRequest 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 software.amazon.awssdk.services.cognitoidentityprovider.transform -
-
Uses of ListUserPoolsRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type ListUserPoolsRequest Modifier and Type Method Description default CompletableFuture<ListUserPoolsResponse>CognitoIdentityProviderAsyncClient. listUserPools(ListUserPoolsRequest 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.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 ListUserPoolsRequest Constructor Description ListUserPoolsIterable(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 ListUserPoolsRequest Modifier and Type Method Description SdkHttpFullRequestListUserPoolsRequestMarshaller. marshall(ListUserPoolsRequest listUserPoolsRequest)
-