Java com.amazonaws.services.cognitoidp.model AdminCreateUserRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cognitoidp.model AdminCreateUserRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cognitoidp.model AdminCreateUserRequest.

The text is from its open source code.

Constructor

Method

voidsetDesiredDeliveryMediums(java.util.Collection desiredDeliveryMediums)

Specify "EMAIL" if email will be used to send the welcome message.

voidsetUserAttributes(java.util.Collection userAttributes)

An array of name-value pairs that contain user attributes and attribute values to be set for the user to be created.

voidsetUsername(String username)

The username for the user.

voidsetUserPoolId(String userPoolId)

The user pool ID for the user pool where the user will be created.