Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.StartUserImportJobRequest.Builder
Packages that use StartUserImportJobRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of StartUserImportJobRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type StartUserImportJobRequest.BuilderModifier 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.default StartUserImportJobResponseCognitoIdentityProviderClient.startUserImportJob(Consumer<StartUserImportJobRequest.Builder> startUserImportJobRequest) Instructs your user pool to start importing users from a CSV file that contains their usernames and attributes. -
Uses of StartUserImportJobRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return StartUserImportJobRequest.BuilderModifier and TypeMethodDescriptionStartUserImportJobRequest.builder()The ID of a user import job that you previously created.StartUserImportJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartUserImportJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartUserImportJobRequest.toBuilder()StartUserImportJobRequest.Builder.userPoolId(String userPoolId) The ID of the user pool that you want to start importing users into.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type StartUserImportJobRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartUserImportJobRequest.Builder>StartUserImportJobRequest.serializableBuilderClass()