| Package | Description |
|---|---|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentLifecycle |
EnvironmentLifecycle.clone() |
EnvironmentLifecycle |
Environment.getLifecycle()
The state of the environment in its creation or deletion lifecycle.
|
EnvironmentLifecycle |
EnvironmentLifecycle.withFailureResource(String failureResource)
If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.
|
EnvironmentLifecycle |
EnvironmentLifecycle.withReason(String reason)
Any informational message about the lifecycle state of the environment.
|
EnvironmentLifecycle |
EnvironmentLifecycle.withStatus(EnvironmentLifecycleStatus status)
The current creation or deletion lifecycle state of the environment.
|
EnvironmentLifecycle |
EnvironmentLifecycle.withStatus(String status)
The current creation or deletion lifecycle state of the environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setLifecycle(EnvironmentLifecycle lifecycle)
The state of the environment in its creation or deletion lifecycle.
|
Environment |
Environment.withLifecycle(EnvironmentLifecycle lifecycle)
The state of the environment in its creation or deletion lifecycle.
|
Copyright © 2025. All rights reserved.