Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.StartUserImportJobResponse
Packages that use StartUserImportJobResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of StartUserImportJobResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return StartUserImportJobResponseModifier and TypeMethodDescriptiondefault StartUserImportJobResponseCognitoIdentityProviderClient.startUserImportJob(Consumer<StartUserImportJobRequest.Builder> startUserImportJobRequest) Instructs your user pool to start importing users from a CSV file that contains their usernames and attributes.default StartUserImportJobResponseCognitoIdentityProviderClient.startUserImportJob(StartUserImportJobRequest startUserImportJobRequest) Instructs your user pool to start importing users from a CSV file that contains their usernames and attributes.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type StartUserImportJobResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.startUserImportJob(Consumer<StartUserImportJobRequest.Builder> startUserImportJobRequest) Instructs your user pool to start importing users from a CSV file that contains their usernames and attributes.CognitoIdentityProviderAsyncClient.startUserImportJob(StartUserImportJobRequest startUserImportJobRequest) Instructs your user pool to start importing users from a CSV file that contains their usernames and attributes.