| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentWaitType |
ContinueDeploymentRequest.deploymentWaitType()
The status of the deployment's waiting period.
|
static DeploymentWaitType |
DeploymentWaitType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DeploymentWaitType |
DeploymentWaitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentWaitType[] |
DeploymentWaitType.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<DeploymentWaitType> |
DeploymentWaitType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ContinueDeploymentRequest.Builder |
ContinueDeploymentRequest.Builder.deploymentWaitType(DeploymentWaitType deploymentWaitType)
The status of the deployment's waiting period.
|
Copyright © 2019. All rights reserved.