Uses of Class
com.amazonaws.services.opsworks.model.UserProfile
-
Packages that use UserProfile Package Description com.amazonaws.services.opsworks.model -
-
Uses of UserProfile in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return UserProfile Modifier and Type Method Description UserProfileUserProfile. clone()UserProfileUserProfile. withAllowSelfManagement(Boolean allowSelfManagement)Whether users can specify their own SSH public key through the My Settings page.UserProfileUserProfile. withIamUserArn(String iamUserArn)The user's IAM ARN.UserProfileUserProfile. withName(String name)The user's name.UserProfileUserProfile. withSshPublicKey(String sshPublicKey)The user's SSH public key.UserProfileUserProfile. withSshUsername(String sshUsername)The user's SSH user name.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type UserProfile Modifier and Type Method Description List<UserProfile>DescribeUserProfilesResult. getUserProfiles()AUsersobject that describes the specified users.Methods in com.amazonaws.services.opsworks.model with parameters of type UserProfile Modifier and Type Method Description DescribeUserProfilesResultDescribeUserProfilesResult. withUserProfiles(UserProfile... userProfiles)AUsersobject that describes the specified users.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type UserProfile Modifier and Type Method Description voidDescribeUserProfilesResult. setUserProfiles(Collection<UserProfile> userProfiles)AUsersobject that describes the specified users.DescribeUserProfilesResultDescribeUserProfilesResult. withUserProfiles(Collection<UserProfile> userProfiles)AUsersobject that describes the specified users.
-