Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
LoginProfile |
LoginProfile.clone() |
LoginProfile |
CreateLoginProfileResult.getLoginProfile()
A structure containing the user name and password create date.
|
LoginProfile |
GetLoginProfileResult.getLoginProfile()
A structure containing the 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.withPasswordResetRequired(Boolean passwordResetRequired)
Specifies whether the user is required to set a new password on next
sign-in.
|
LoginProfile |
LoginProfile.withUserName(String userName)
The name of the user, which can be used for signing in to the AWS
Management Console.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateLoginProfileResult.setLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date.
|
void |
GetLoginProfileResult.setLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the
user.
|
CreateLoginProfileResult |
CreateLoginProfileResult.withLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date.
|
GetLoginProfileResult |
GetLoginProfileResult.withLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the
user.
|
Copyright © 2018. All rights reserved.