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 SelfUserProfile
SelfUserProfile. clone()
SelfUserProfile
DescribeMyUserProfileResult. getUserProfile()
AUserProfile
object that describes the user's SSH information.SelfUserProfile
SelfUserProfile. withIamUserArn(String iamUserArn)
The user's IAM ARN.SelfUserProfile
SelfUserProfile. withName(String name)
The user's name.SelfUserProfile
SelfUserProfile. withSshPublicKey(String sshPublicKey)
The user's SSH public key.SelfUserProfile
SelfUserProfile. 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 void
DescribeMyUserProfileResult. setUserProfile(SelfUserProfile userProfile)
AUserProfile
object that describes the user's SSH information.DescribeMyUserProfileResult
DescribeMyUserProfileResult. withUserProfile(SelfUserProfile userProfile)
AUserProfile
object that describes the user's SSH information.
-