Uses of Class
com.amazonaws.services.identitymanagement.model.LoginProfile
-
Packages that use LoginProfile Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of LoginProfile in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return LoginProfile Modifier and Type Method 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.Methods in com.amazonaws.services.identitymanagement.model with parameters of type LoginProfile Modifier and Type Method 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.
-