Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.StopUserImportJobResponse
Packages that use StopUserImportJobResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of StopUserImportJobResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return StopUserImportJobResponseModifier and TypeMethodDescriptiondefault StopUserImportJobResponseCognitoIdentityProviderClient.stopUserImportJob(Consumer<StopUserImportJobRequest.Builder> stopUserImportJobRequest) Instructs your user pool to stop a running job that's importing users from a CSV file that contains their usernames and attributes.default StopUserImportJobResponseCognitoIdentityProviderClient.stopUserImportJob(StopUserImportJobRequest stopUserImportJobRequest) Instructs your user pool to stop a running job that's 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 StopUserImportJobResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.stopUserImportJob(Consumer<StopUserImportJobRequest.Builder> stopUserImportJobRequest) Instructs your user pool to stop a running job that's importing users from a CSV file that contains their usernames and attributes.CognitoIdentityProviderAsyncClient.stopUserImportJob(StopUserImportJobRequest stopUserImportJobRequest) Instructs your user pool to stop a running job that's importing users from a CSV file that contains their usernames and attributes.