Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
static InstanceStatus |
InstanceStatus.fromValue(String value)
Use this in place of valueOf.
|
static InstanceStatus |
InstanceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceStatus[] |
InstanceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceSummary.setStatus(InstanceStatus status)
The deployment status for this instance: Pending: The
deployment is pending for this instance. In Progress: The
deployment is in progress for this instance. Succeeded: The
deployment has succeeded for this instance. Failed: The
deployment has failed for this instance. Skipped: The
deployment has been skipped for this instance. Unknown: The
deployment status is unknown for this instance.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceStatusFilter(InstanceStatus... instanceStatusFilter)
A subset of instances to list, by status: Pending: Include in
the resulting list those instances with pending deployments.
InProgress: Include in the resulting list those instances with
in-progress deployments. Succeeded: Include in the resulting
list those instances with succeeded deployments. Failed:
Include in the resulting list those instances with failed
deployments. Skipped: Include in the resulting list those
instances with skipped deployments. Unknown: Include in the
resulting list those instances with deployments in an unknown
state.
|
InstanceSummary |
InstanceSummary.withStatus(InstanceStatus status)
The deployment status for this instance: Pending: The
deployment is pending for this instance. In Progress: The
deployment is in progress for this instance. Succeeded: The
deployment has succeeded for this instance. Failed: The
deployment has failed for this instance. Skipped: The
deployment has been skipped for this instance. Unknown: The
deployment status is unknown for this instance.
|
Copyright © 2014. All rights reserved.