| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStatus |
DeploymentStatus.fromValue(String value)
Use this in place of valueOf.
|
static DeploymentStatus |
DeploymentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentStatus[] |
DeploymentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary |
EnvironmentSummary.withDeploymentStatus(DeploymentStatus deploymentStatus)
The environment deployment status.
|
ComponentSummary |
ComponentSummary.withDeploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
|
Environment |
Environment.withDeploymentStatus(DeploymentStatus deploymentStatus)
The environment deployment status.
|
Component |
Component.withDeploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
|
ServicePipeline |
ServicePipeline.withDeploymentStatus(DeploymentStatus deploymentStatus)
The deployment status of the service pipeline.
|
ServiceInstanceSummary |
ServiceInstanceSummary.withDeploymentStatus(DeploymentStatus deploymentStatus)
The service instance deployment status.
|
ServiceInstance |
ServiceInstance.withDeploymentStatus(DeploymentStatus deploymentStatus)
The service instance deployment status.
|
Copyright © 2023. All rights reserved.