Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.StopUserImportJobResponse
-
Packages that use StopUserImportJobResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 StopUserImportJobResponse Modifier and Type Method Description default StopUserImportJobResponseCognitoIdentityProviderClient. stopUserImportJob(Consumer<StopUserImportJobRequest.Builder> stopUserImportJobRequest)Stops the user import job.default StopUserImportJobResponseCognitoIdentityProviderClient. stopUserImportJob(StopUserImportJobRequest stopUserImportJobRequest)Stops the user import job.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type StopUserImportJobResponse Modifier and Type Method Description default CompletableFuture<StopUserImportJobResponse>CognitoIdentityProviderAsyncClient. stopUserImportJob(Consumer<StopUserImportJobRequest.Builder> stopUserImportJobRequest)Stops the user import job.default CompletableFuture<StopUserImportJobResponse>CognitoIdentityProviderAsyncClient. stopUserImportJob(StopUserImportJobRequest stopUserImportJobRequest)Stops the user import job.
-