Uses of Class
com.amazonaws.services.opsworks.model.SelfUserProfile
-
Packages that use SelfUserProfile Package Description com.amazonaws.services.opsworks.model -
-
Uses of SelfUserProfile in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return SelfUserProfile Modifier and Type Method Description SelfUserProfileSelfUserProfile. clone()SelfUserProfileDescribeMyUserProfileResult. getUserProfile()AUserProfileobject that describes the user's SSH information.SelfUserProfileSelfUserProfile. withIamUserArn(String iamUserArn)The user's IAM ARN.SelfUserProfileSelfUserProfile. withName(String name)The user's name.SelfUserProfileSelfUserProfile. withSshPublicKey(String sshPublicKey)The user's SSH public key.SelfUserProfileSelfUserProfile. withSshUsername(String sshUsername)The user's SSH user name.Methods in com.amazonaws.services.opsworks.model with parameters of type SelfUserProfile Modifier and Type Method Description voidDescribeMyUserProfileResult. setUserProfile(SelfUserProfile userProfile)AUserProfileobject that describes the user's SSH information.DescribeMyUserProfileResultDescribeMyUserProfileResult. withUserProfile(SelfUserProfile userProfile)AUserProfileobject that describes the user's SSH information.
-