Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SelfUserProfile |
DescribeMyUserProfileResult.userProfile
A
UserProfile object that describes the user's SSH
information. |
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(java.lang.String iamUserArn)
The user's IAM ARN.
|
SelfUserProfile |
SelfUserProfile.withName(java.lang.String name)
The user's name.
|
SelfUserProfile |
SelfUserProfile.withSshPublicKey(java.lang.String sshPublicKey)
The user's SSH public key.
|
SelfUserProfile |
SelfUserProfile.withSshUsername(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
SelfUserProfile |
SelfUserProfileJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SelfUserProfileJsonMarshaller.marshall(SelfUserProfile selfUserProfile,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|