| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<UpdateUserProfileResult> |
AWSCodeStarAsyncClient.updateUserProfileAsync(UpdateUserProfileRequest request,
AsyncHandler<UpdateUserProfileRequest,UpdateUserProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserProfileRequest |
UpdateUserProfileRequest.clone() |
UpdateUserProfileRequest |
UpdateUserProfileRequest.withDisplayName(String displayName)
The name that is displayed as the friendly name for the user in AWS CodeStar.
|
UpdateUserProfileRequest |
UpdateUserProfileRequest.withEmailAddress(String emailAddress)
The email address that is displayed as part of the user's profile in AWS CodeStar.
|
UpdateUserProfileRequest |
UpdateUserProfileRequest.withSshPublicKey(String sshPublicKey)
The SSH public key associated with the user in AWS CodeStar.
|
UpdateUserProfileRequest |
UpdateUserProfileRequest.withUserArn(String userArn)
The name that will be displayed as the friendly name for the user in AWS CodeStar.
|
Copyright © 2020. All rights reserved.