Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private LoginProfile |
GetLoginProfileResult.loginProfile
A structure containing the user name and password create date for the
user.
|
private LoginProfile |
CreateLoginProfileResult.loginProfile
A structure containing the user name and password create date.
|
Modifier and Type | Method and Description |
---|---|
LoginProfile |
LoginProfile.clone() |
LoginProfile |
GetLoginProfileResult.getLoginProfile()
A structure containing the user name and password create date for the
user.
|
LoginProfile |
CreateLoginProfileResult.getLoginProfile()
A structure containing the user name and password create date.
|
LoginProfile |
LoginProfile.withCreateDate(java.util.Date createDate)
The date when the password for the user was created.
|
LoginProfile |
LoginProfile.withPasswordResetRequired(java.lang.Boolean passwordResetRequired)
Specifies whether the user is required to set a new password on next
sign-in.
|
LoginProfile |
LoginProfile.withUserName(java.lang.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 |
GetLoginProfileResult.setLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date for the
user.
|
void |
CreateLoginProfileResult.setLoginProfile(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.
|
CreateLoginProfileResult |
CreateLoginProfileResult.withLoginProfile(LoginProfile loginProfile)
A structure containing the user name and password create date.
|
Modifier and Type | Method and Description |
---|---|
LoginProfile |
LoginProfileStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |