| Package | Description |
|---|---|
| com.amazonaws.services.cloud9 |
|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentMembershipResult> |
AbstractAWSCloud9Async.createEnvironmentMembershipAsync(CreateEnvironmentMembershipRequest request,
AsyncHandler<CreateEnvironmentMembershipRequest,CreateEnvironmentMembershipResult> asyncHandler) |
Future<CreateEnvironmentMembershipResult> |
AWSCloud9AsyncClient.createEnvironmentMembershipAsync(CreateEnvironmentMembershipRequest request,
AsyncHandler<CreateEnvironmentMembershipRequest,CreateEnvironmentMembershipResult> asyncHandler) |
Future<CreateEnvironmentMembershipResult> |
AWSCloud9Async.createEnvironmentMembershipAsync(CreateEnvironmentMembershipRequest createEnvironmentMembershipRequest,
AsyncHandler<CreateEnvironmentMembershipRequest,CreateEnvironmentMembershipResult> asyncHandler)
Adds an environment member to an Cloud9 development environment.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentMembershipRequest |
CreateEnvironmentMembershipRequest.clone() |
CreateEnvironmentMembershipRequest |
CreateEnvironmentMembershipRequest.withEnvironmentId(String environmentId)
The ID of the environment that contains the environment member you want to add.
|
CreateEnvironmentMembershipRequest |
CreateEnvironmentMembershipRequest.withPermissions(MemberPermissions permissions)
The type of environment member permissions you want to associate with this environment member.
|
CreateEnvironmentMembershipRequest |
CreateEnvironmentMembershipRequest.withPermissions(String permissions)
The type of environment member permissions you want to associate with this environment member.
|
CreateEnvironmentMembershipRequest |
CreateEnvironmentMembershipRequest.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member you want to add.
|
Copyright © 2021. All rights reserved.