| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTeamMemberResult> |
AbstractAWSCodeStarAsync.updateTeamMemberAsync(UpdateTeamMemberRequest request,
AsyncHandler<UpdateTeamMemberRequest,UpdateTeamMemberResult> asyncHandler) |
Future<UpdateTeamMemberResult> |
AWSCodeStarAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTeamMemberRequest |
UpdateTeamMemberRequest.clone() |
UpdateTeamMemberRequest |
UpdateTeamMemberRequest.withProjectId(String projectId)
The ID of the project.
|
UpdateTeamMemberRequest |
UpdateTeamMemberRequest.withProjectRole(String projectRole)
The role assigned to the user in the project.
|
UpdateTeamMemberRequest |
UpdateTeamMemberRequest.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.
|
UpdateTeamMemberRequest |
UpdateTeamMemberRequest.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
|
Copyright © 2019. All rights reserved.