Uses of Class
com.amazonaws.services.identitymanagement.model.UserDetail
-
Packages that use UserDetail Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of UserDetail in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return UserDetail Modifier and Type Method Description UserDetailUserDetail. clone()UserDetailUserDetail. withArn(String arn)UserDetailUserDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of the managed policies attached to the user.UserDetailUserDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of the managed policies attached to the user.UserDetailUserDetail. withCreateDate(Date createDate)The date and time, in ISO 8601 date-time format, when the user was created.UserDetailUserDetail. withGroupList(String... groupList)A list of IAM groups that the user is in.UserDetailUserDetail. withGroupList(Collection<String> groupList)A list of IAM groups that the user is in.UserDetailUserDetail. withPath(String path)The path to the user.UserDetailUserDetail. withUserId(String userId)The stable and unique string identifying the user.UserDetailUserDetail. withUserName(String userName)The friendly name identifying the user.UserDetailUserDetail. withUserPolicyList(PolicyDetail... userPolicyList)A list of the inline policies embedded in the user.UserDetailUserDetail. withUserPolicyList(Collection<PolicyDetail> userPolicyList)A list of the inline policies embedded in the user.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>GetAccountAuthorizationDetailsResult. getUserDetailList()A list containing information about IAM users.Methods in com.amazonaws.services.identitymanagement.model with parameters of type UserDetail Modifier and Type Method Description GetAccountAuthorizationDetailsResultGetAccountAuthorizationDetailsResult. withUserDetailList(UserDetail... userDetailList)A list containing information about IAM users.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type UserDetail Modifier and Type Method Description voidGetAccountAuthorizationDetailsResult. setUserDetailList(Collection<UserDetail> userDetailList)A list containing information about IAM users.GetAccountAuthorizationDetailsResultGetAccountAuthorizationDetailsResult. withUserDetailList(Collection<UserDetail> userDetailList)A list containing information about IAM users.
-