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