| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentLifecycle |
DeploymentLifecycle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeploymentLifecycle |
DeploymentSummary.status()
The current status of the deployment.
|
DeploymentLifecycle |
GetDeploymentResponse.status()
The status of the deployment.
|
DeploymentLifecycle |
DeployedVersionSummary.status()
The status of the deployment.
|
static DeploymentLifecycle |
DeploymentLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentLifecycle[] |
DeploymentLifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeploymentLifecycle> |
DeploymentLifecycle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary.Builder |
DeploymentSummary.Builder.status(DeploymentLifecycle status)
The current status of the deployment.
|
GetDeploymentResponse.Builder |
GetDeploymentResponse.Builder.status(DeploymentLifecycle status)
The status of the deployment.
|
DeployedVersionSummary.Builder |
DeployedVersionSummary.Builder.status(DeploymentLifecycle status)
The status of the deployment.
|
Copyright © 2023. All rights reserved.