Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
SelfUserProfile |
SelfUserProfile.clone() |
SelfUserProfile |
DescribeMyUserProfileResult.getUserProfile()
A
UserProfile 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMyUserProfileResult.setUserProfile(SelfUserProfile userProfile)
A
UserProfile object that describes the user's SSH
information. |
DescribeMyUserProfileResult |
DescribeMyUserProfileResult.withUserProfile(SelfUserProfile userProfile)
A
UserProfile object that describes the user's SSH
information. |
Copyright © 2018. All rights reserved.