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

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

Introduction

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

The text is from its open source code.

Method

StringgetArn()

The Amazon Resource Name (ARN) that identifies the user.

java.util.DategetCreateDate()

The date and time, in ISO 8601 date-time format, when the user was created.

java.util.DategetPasswordLastUsed()

The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website.

StringgetPath()

The path to the user.

StringgetUserId()

The stable and unique string identifying the user.

StringgetUserName()

The friendly name identifying the user.