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 LoginProfileLoginProfile. clone()LoginProfileCreateLoginProfileResult. getLoginProfile()A structure containing the user name and password create date.LoginProfileGetLoginProfileResult. getLoginProfile()A structure containing the user name and password create date for the user.LoginProfileLoginProfile. withCreateDate(Date createDate)The date when the password for the user was created.LoginProfileLoginProfile. withPasswordResetRequired(Boolean passwordResetRequired)Specifies whether the user is required to set a new password on next sign-in.LoginProfileLoginProfile. 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 voidCreateLoginProfileResult. setLoginProfile(LoginProfile loginProfile)A structure containing the user name and password create date.voidGetLoginProfileResult. setLoginProfile(LoginProfile loginProfile)A structure containing the user name and password create date for the user.CreateLoginProfileResultCreateLoginProfileResult. withLoginProfile(LoginProfile loginProfile)A structure containing the user name and password create date.GetLoginProfileResultGetLoginProfileResult. withLoginProfile(LoginProfile loginProfile)A structure containing the user name and password create date for the user.
-