Java com.amazonaws.services.codedeploy.model DeploymentOverview fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.codedeploy.model DeploymentOverview fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.codedeploy.model DeploymentOverview.

The text is from its open source code.

Method

LonggetFailed()

The number of instances in the deployment in a failed state.

LonggetInProgress()

The number of instances in which the deployment is in progress.

LonggetPending()

The number of instances in the deployment in a pending state.

LonggetSkipped()

The number of instances in the deployment in a skipped state.

LonggetSucceeded()

The number of instances in the deployment to which revisions have been successfully deployed.