| Package | Description |
|---|---|
| com.amazonaws.services.cloud9 |
|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnvironmentMembershipResult> |
AWSCloud9AsyncClient.updateEnvironmentMembershipAsync(UpdateEnvironmentMembershipRequest request,
AsyncHandler<UpdateEnvironmentMembershipRequest,UpdateEnvironmentMembershipResult> asyncHandler) |
Future<UpdateEnvironmentMembershipResult> |
AbstractAWSCloud9Async.updateEnvironmentMembershipAsync(UpdateEnvironmentMembershipRequest request,
AsyncHandler<UpdateEnvironmentMembershipRequest,UpdateEnvironmentMembershipResult> asyncHandler) |
Future<UpdateEnvironmentMembershipResult> |
AWSCloud9Async.updateEnvironmentMembershipAsync(UpdateEnvironmentMembershipRequest updateEnvironmentMembershipRequest,
AsyncHandler<UpdateEnvironmentMembershipRequest,UpdateEnvironmentMembershipResult> asyncHandler)
Changes the settings of an existing environment member for an Cloud9 development environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentMembershipRequest |
UpdateEnvironmentMembershipRequest.clone() |
UpdateEnvironmentMembershipRequest |
UpdateEnvironmentMembershipRequest.withEnvironmentId(String environmentId)
The ID of the environment for the environment member whose settings you want to change.
|
UpdateEnvironmentMembershipRequest |
UpdateEnvironmentMembershipRequest.withPermissions(MemberPermissions permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
UpdateEnvironmentMembershipRequest |
UpdateEnvironmentMembershipRequest.withPermissions(String permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
UpdateEnvironmentMembershipRequest |
UpdateEnvironmentMembershipRequest.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
|
Copyright © 2024. All rights reserved.