| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateTeamMemberResult |
AbstractAWSCodeStar.updateTeamMember(UpdateTeamMemberRequest request) |
UpdateTeamMemberResult |
AWSCodeStar.updateTeamMember(UpdateTeamMemberRequest updateTeamMemberRequest)
Updates a team member's attributes in an AWS CodeStar project.
|
UpdateTeamMemberResult |
AWSCodeStarClient.updateTeamMember(UpdateTeamMemberRequest request)
Updates a team member's attributes in an AWS CodeStar project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTeamMemberResult> |
AbstractAWSCodeStarAsync.updateTeamMemberAsync(UpdateTeamMemberRequest request,
AsyncHandler<UpdateTeamMemberRequest,UpdateTeamMemberResult> asyncHandler) |
Future<UpdateTeamMemberResult> |
AWSCodeStarAsync.updateTeamMemberAsync(UpdateTeamMemberRequest updateTeamMemberRequest,
AsyncHandler<UpdateTeamMemberRequest,UpdateTeamMemberResult> asyncHandler)
Updates a team member's attributes in an AWS CodeStar project.
|
Future<UpdateTeamMemberResult> |
AWSCodeStarAsyncClient.updateTeamMemberAsync(UpdateTeamMemberRequest request,
AsyncHandler<UpdateTeamMemberRequest,UpdateTeamMemberResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateTeamMemberResult |
UpdateTeamMemberResult.clone() |
UpdateTeamMemberResult |
UpdateTeamMemberResult.withProjectRole(String projectRole)
The project role granted to the user.
|
UpdateTeamMemberResult |
UpdateTeamMemberResult.withRemoteAccessAllowed(Boolean remoteAccessAllowed)
Whether a team member is allowed to remotely access project resources using the SSH public key associated with
the user's profile.
|
UpdateTeamMemberResult |
UpdateTeamMemberResult.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
|
Copyright © 2024. All rights reserved.