Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<UserProfile> |
DescribeUserProfilesResult.userProfiles
A
Users object that describes the specified users. |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfile.clone() |
UserProfile |
UserProfile.withAllowSelfManagement(java.lang.Boolean allowSelfManagement)
Whether users can specify their own SSH public key through the My
Settings page.
|
UserProfile |
UserProfile.withIamUserArn(java.lang.String iamUserArn)
The user's IAM ARN.
|
UserProfile |
UserProfile.withName(java.lang.String name)
The user's name.
|
UserProfile |
UserProfile.withSshPublicKey(java.lang.String sshPublicKey)
The user's SSH public key.
|
UserProfile |
UserProfile.withSshUsername(java.lang.String sshUsername)
The user's SSH user name.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<UserProfile> userProfiles)
A
Users object that describes the specified users. |
DescribeUserProfilesResult |
DescribeUserProfilesResult.withUserProfiles(java.util.Collection<UserProfile> userProfiles)
A
Users object that describes the specified users. |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfileJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserProfileJsonMarshaller.marshall(UserProfile userProfile,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|