Uses of Class
software.amazon.awssdk.services.iam.model.LoginProfile
-
Packages that use LoginProfile Package Description software.amazon.awssdk.services.iam.model -
-
Uses of LoginProfile in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return LoginProfile Modifier and Type Method Description LoginProfileCreateLoginProfileResponse. loginProfile()A structure containing the user name and password create date.LoginProfileGetLoginProfileResponse. loginProfile()A structure containing the user name and the profile creation date for the user.Methods in software.amazon.awssdk.services.iam.model with parameters of type LoginProfile Modifier and Type Method Description CreateLoginProfileResponse.BuilderCreateLoginProfileResponse.Builder. loginProfile(LoginProfile loginProfile)A structure containing the user name and password create date.GetLoginProfileResponse.BuilderGetLoginProfileResponse.Builder. loginProfile(LoginProfile loginProfile)A structure containing the user name and the profile creation date for the user.
-