| Package | Description |
|---|---|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
UserProfileSummary |
UserProfileSummary.clone() |
UserProfileSummary |
UserProfileSummary.withDisplayName(String displayName)
The display name of a user in AWS CodeStar.
|
UserProfileSummary |
UserProfileSummary.withEmailAddress(String emailAddress)
The email address associated with the user.
|
UserProfileSummary |
UserProfileSummary.withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
UserProfileSummary |
UserProfileSummary.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserProfileSummary> |
ListUserProfilesResult.getUserProfiles()
All the user profiles configured in AWS CodeStar for an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserProfilesResult |
ListUserProfilesResult.withUserProfiles(UserProfileSummary... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserProfilesResult.setUserProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
ListUserProfilesResult |
ListUserProfilesResult.withUserProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
Copyright © 2020. All rights reserved.