| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStatus |
DeploymentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeploymentStatus |
LastDeploymentInfo.status()
The status of the most recent deployment.
|
DeploymentStatus |
DeploymentInfo.status()
The current state of the deployment as a whole.
|
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 |
|---|---|
List<DeploymentStatus> |
ListDeploymentsRequest.includeOnlyStatuses()
A subset of deployments to list by status:
|
static Set<DeploymentStatus> |
DeploymentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.includeOnlyStatuses(DeploymentStatus... includeOnlyStatuses)
A subset of deployments to list by status:
|
LastDeploymentInfo.Builder |
LastDeploymentInfo.Builder.status(DeploymentStatus status)
The status of the most recent deployment.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.status(DeploymentStatus status)
The current state of the deployment as a whole.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.includeOnlyStatuses(Collection<DeploymentStatus> includeOnlyStatuses)
A subset of deployments to list by status:
|
Copyright © 2022. All rights reserved.