Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUserImportJobsResponse
Packages that use ListUserImportJobsResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListUserImportJobsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUserImportJobsResponseModifier and TypeMethodDescriptiondefault ListUserImportJobsResponseCognitoIdentityProviderClient.listUserImportJobs(Consumer<ListUserImportJobsRequest.Builder> listUserImportJobsRequest) Given a user pool ID, returns user import jobs and their details.default ListUserImportJobsResponseCognitoIdentityProviderClient.listUserImportJobs(ListUserImportJobsRequest listUserImportJobsRequest) Given a user pool ID, returns user import jobs and their details.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUserImportJobsResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.listUserImportJobs(Consumer<ListUserImportJobsRequest.Builder> listUserImportJobsRequest) Given a user pool ID, returns user import jobs and their details.CognitoIdentityProviderAsyncClient.listUserImportJobs(ListUserImportJobsRequest listUserImportJobsRequest) Given a user pool ID, returns user import jobs and their details.