| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserProfileResult |
AWSCodeStarClient.updateUserProfile(UpdateUserProfileRequest request)
Updates a user's profile in AWS CodeStar.
|
UpdateUserProfileResult |
AWSCodeStar.updateUserProfile(UpdateUserProfileRequest updateUserProfileRequest)
Updates a user's profile in AWS CodeStar.
|
UpdateUserProfileResult |
AbstractAWSCodeStar.updateUserProfile(UpdateUserProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserProfileResult> |
AWSCodeStarAsyncClient.updateUserProfileAsync(UpdateUserProfileRequest request,
AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler) |
Future<UpdateUserProfileResult> |
AWSCodeStarAsync.updateUserProfileAsync(UpdateUserProfileRequest updateUserProfileRequest,
AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler)
Updates a user's profile in AWS CodeStar.
|
Future<UpdateUserProfileResult> |
AbstractAWSCodeStarAsync.updateUserProfileAsync(UpdateUserProfileRequest request,
AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserProfileResult |
UpdateUserProfileResult.clone() |
UpdateUserProfileResult |
UpdateUserProfileResult.withCreatedTimestamp(Date createdTimestamp)
The date the user profile was created, in timestamp format.
|
UpdateUserProfileResult |
UpdateUserProfileResult.withDisplayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
UpdateUserProfileResult |
UpdateUserProfileResult.withEmailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
UpdateUserProfileResult |
UpdateUserProfileResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The date the user profile was last modified, in timestamp format.
|
UpdateUserProfileResult |
UpdateUserProfileResult.withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
UpdateUserProfileResult |
UpdateUserProfileResult.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user in IAM.
|
Copyright © 2024. All rights reserved.