| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloud9 |
|
| software.amazon.awssdk.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEnvironmentResponse> |
Cloud9AsyncClient.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Changes the settings of an existing Cloud9 development environment.
|
default UpdateEnvironmentResponse |
Cloud9Client.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Changes the settings of an existing Cloud9 development environment.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.builder() |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.description(String description)
Any new or replacement description for the environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.environmentId(String environmentId)
The ID of the environment to change settings.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.managedCredentialsAction(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.Builder |
UpdateEnvironmentRequest.Builder.managedCredentialsAction(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.Builder |
UpdateEnvironmentRequest.Builder.name(String name)
A replacement name for the environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEnvironmentRequest.Builder> |
UpdateEnvironmentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.