| Package | Description |
|---|---|
| com.amazonaws.services.cloud9 |
|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnvironmentResult> |
AbstractAWSCloud9Async.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AWSCloud9AsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AWSCloud9Async.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Changes the settings of an existing Cloud9 development environment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clone() |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDescription(String description)
Any new or replacement description for the environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withEnvironmentId(String environmentId)
The ID of the environment to change settings.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withManagedCredentialsAction(ManagedCredentialsAction managedCredentialsAction)
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an
Cloud9 environment by using one of the following values:
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withManagedCredentialsAction(String managedCredentialsAction)
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an
Cloud9 environment by using one of the following values:
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withName(String name)
A replacement name for the environment.
|
Copyright © 2021. All rights reserved.