Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
LoginProfile |
CreateLoginProfileResult.getLoginProfile()
The user name and password create date.
|
LoginProfile |
GetLoginProfileResult.getLoginProfile()
User name and password create date for the user.
|
LoginProfile |
LoginProfile.withCreateDate(Date createDate)
The date when the password for the user was created.
|
LoginProfile |
LoginProfile.withUserName(String userName)
The name of the user, which can be used for signing into the AWS
Management Console.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateLoginProfileResult.setLoginProfile(LoginProfile loginProfile)
The user name and password create date.
|
void |
GetLoginProfileResult.setLoginProfile(LoginProfile loginProfile)
User name and password create date for the user.
|
CreateLoginProfileResult |
CreateLoginProfileResult.withLoginProfile(LoginProfile loginProfile)
The user name and password create date.
|
GetLoginProfileResult |
GetLoginProfileResult.withLoginProfile(LoginProfile loginProfile)
User name and password create date for the user.
|
Copyright © 2014. All rights reserved.