| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentState |
EnvironmentState.clone() |
EnvironmentState |
DeploymentState.getEnvironment()
The state of the environment associated with the deployment.
|
EnvironmentState |
EnvironmentState.withSpec(String spec)
The environment spec that was used to create the environment.
|
EnvironmentState |
EnvironmentState.withTemplateMajorVersion(String templateMajorVersion)
The major version of the environment template that was used to create the environment.
|
EnvironmentState |
EnvironmentState.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment template that was used to create the environment.
|
EnvironmentState |
EnvironmentState.withTemplateName(String templateName)
The name of the environment template that was used to create the environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentState.setEnvironment(EnvironmentState environment)
The state of the environment associated with the deployment.
|
DeploymentState |
DeploymentState.withEnvironment(EnvironmentState environment)
The state of the environment associated with the deployment.
|
Copyright © 2025. All rights reserved.