Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfile.clone() |
UserProfile |
UserProfile.withAllowSelfManagement(Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My
Settings page.
|
UserProfile |
UserProfile.withIamUserArn(String iamUserArn)
The user's IAM ARN.
|
UserProfile |
UserProfile.withName(String name)
The user's name.
|
UserProfile |
UserProfile.withSshPublicKey(String sshPublicKey)
The user's SSH public key.
|
UserProfile |
UserProfile.withSshUsername(String sshUsername)
The user's SSH user name.
|
Modifier and Type | Method and Description |
---|---|
List<UserProfile> |
DescribeUserProfilesResult.getUserProfiles()
A
Users object that describes the specified users. |
Modifier and Type | Method and Description |
---|---|
DescribeUserProfilesResult |
DescribeUserProfilesResult.withUserProfiles(UserProfile... userProfiles)
A
Users object that describes the specified users. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeUserProfilesResult.setUserProfiles(Collection<UserProfile> userProfiles)
A
Users object that describes the specified users. |
DescribeUserProfilesResult |
DescribeUserProfilesResult.withUserProfiles(Collection<UserProfile> userProfiles)
A
Users object that describes the specified users. |
Copyright © 2018. All rights reserved.