Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminCreateUserRequest.Builder
Packages that use AdminCreateUserRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminCreateUserRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminCreateUserRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<AdminCreateUserResponse>CognitoIdentityProviderAsyncClient.adminCreateUser(Consumer<AdminCreateUserRequest.Builder> adminCreateUserRequest) Creates a new user in the specified user pool.default AdminCreateUserResponseCognitoIdentityProviderClient.adminCreateUser(Consumer<AdminCreateUserRequest.Builder> adminCreateUserRequest) Creates a new user in the specified user pool. -
Uses of AdminCreateUserRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminCreateUserRequest.BuilderModifier and TypeMethodDescriptionAdminCreateUserRequest.builder()AdminCreateUserRequest.Builder.clientMetadata(Map<String, String> clientMetadata) A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.AdminCreateUserRequest.Builder.desiredDeliveryMediums(Collection<DeliveryMediumType> desiredDeliveryMediums) SpecifyEMAILif email will be used to send the welcome message.AdminCreateUserRequest.Builder.desiredDeliveryMediums(DeliveryMediumType... desiredDeliveryMediums) SpecifyEMAILif email will be used to send the welcome message.AdminCreateUserRequest.Builder.desiredDeliveryMediumsWithStrings(String... desiredDeliveryMediums) SpecifyEMAILif email will be used to send the welcome message.AdminCreateUserRequest.Builder.desiredDeliveryMediumsWithStrings(Collection<String> desiredDeliveryMediums) SpecifyEMAILif email will be used to send the welcome message.AdminCreateUserRequest.Builder.forceAliasCreation(Boolean forceAliasCreation) This parameter is used only if thephone_number_verifiedoremail_verifiedattribute is set toTrue.AdminCreateUserRequest.Builder.messageAction(String messageAction) Set toRESENDto resend the invitation message to a user that already exists, and to reset the temporary-password duration with a new temporary password.AdminCreateUserRequest.Builder.messageAction(MessageActionType messageAction) Set toRESENDto resend the invitation message to a user that already exists, and to reset the temporary-password duration with a new temporary password.AdminCreateUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminCreateUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AdminCreateUserRequest.Builder.temporaryPassword(String temporaryPassword) The user's temporary password.AdminCreateUserRequest.toBuilder()AdminCreateUserRequest.Builder.userAttributes(Collection<AttributeType> userAttributes) An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.AdminCreateUserRequest.Builder.userAttributes(Consumer<AttributeType.Builder>... userAttributes) An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.AdminCreateUserRequest.Builder.userAttributes(AttributeType... userAttributes) An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.The value that you want to set as the username sign-in attribute.AdminCreateUserRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to create a user.AdminCreateUserRequest.Builder.validationData(Collection<AttributeType> validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.AdminCreateUserRequest.Builder.validationData(Consumer<AttributeType.Builder>... validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.AdminCreateUserRequest.Builder.validationData(AttributeType... validationData) Temporary user attributes that contribute to the outcomes of your pre sign-up Lambda trigger.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminCreateUserRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminCreateUserRequest.Builder>AdminCreateUserRequest.serializableBuilderClass()