Java com.amazonaws.services.identitymanagement.model CreateUserRequest fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

CreateUserRequest()
Default constructor for CreateUserRequest object.
CreateUserRequest(String userName)
Constructs a new CreateUserRequest object.

Method

StringgetUserName()

The name of the user to create.

voidsetRequestCredentials(AWSCredentials credentials)
Sets the optional credentials to use for this request, overriding the default credentials set at the client level.
voidsetUserName(String userName)

The name of the user to create.