Uses of Class
com.amazonaws.services.identitymanagement.model.LoginProfile
Packages that use LoginProfile
-
Uses of LoginProfile in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return LoginProfileModifier and TypeMethodDescriptionLoginProfile.clone()
CreateLoginProfileResult.getLoginProfile()
A structure containing the user name and password create date.GetLoginProfileResult.getLoginProfile()
A structure containing the user name and password create date for the user.LoginProfile.withCreateDate
(Date createDate) The date when the password for the user was created.LoginProfile.withPasswordResetRequired
(Boolean passwordResetRequired) Specifies whether the user is required to set a new password on next sign-in.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 LoginProfileModifier and TypeMethodDescriptionvoid
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.withLoginProfile
(LoginProfile loginProfile) A structure containing the user name and password create date.GetLoginProfileResult.withLoginProfile
(LoginProfile loginProfile) A structure containing the user name and password create date for the user.