Uses of Class
com.amazonaws.services.opsworks.model.SelfUserProfile
Packages that use SelfUserProfile
-
Uses of SelfUserProfile in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return SelfUserProfileModifier and TypeMethodDescriptionSelfUserProfile.clone()DescribeMyUserProfileResult.getUserProfile()AUserProfileobject that describes the user's SSH information.SelfUserProfile.withIamUserArn(String iamUserArn) The user's IAM ARN.The user's name.SelfUserProfile.withSshPublicKey(String sshPublicKey) The user's SSH public key.SelfUserProfile.withSshUsername(String sshUsername) The user's SSH user name.Methods in com.amazonaws.services.opsworks.model with parameters of type SelfUserProfileModifier and TypeMethodDescriptionvoidDescribeMyUserProfileResult.setUserProfile(SelfUserProfile userProfile) AUserProfileobject that describes the user's SSH information.DescribeMyUserProfileResult.withUserProfile(SelfUserProfile userProfile) AUserProfileobject that describes the user's SSH information.