Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.StartUserImportJobResponse
-
Packages that use StartUserImportJobResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 StartUserImportJobResponse Modifier and Type Method Description default StartUserImportJobResponseCognitoIdentityProviderClient. startUserImportJob(Consumer<StartUserImportJobRequest.Builder> startUserImportJobRequest)Starts the user import.default StartUserImportJobResponseCognitoIdentityProviderClient. startUserImportJob(StartUserImportJobRequest startUserImportJobRequest)Starts the user import.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type StartUserImportJobResponse Modifier and Type Method Description default CompletableFuture<StartUserImportJobResponse>CognitoIdentityProviderAsyncClient. startUserImportJob(Consumer<StartUserImportJobRequest.Builder> startUserImportJobRequest)Starts the user import.default CompletableFuture<StartUserImportJobResponse>CognitoIdentityProviderAsyncClient. startUserImportJob(StartUserImportJobRequest startUserImportJobRequest)Starts the user import.
-