Uses of Class
software.amazon.awssdk.services.codedeploy.model.LastDeploymentInfo
-
Packages that use LastDeploymentInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of LastDeploymentInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return LastDeploymentInfo Modifier and Type Method Description LastDeploymentInfoDeploymentGroupInfo. lastAttemptedDeployment()Information about the most recent attempted deployment to the deployment group.LastDeploymentInfoDeploymentGroupInfo. lastSuccessfulDeployment()Information about the most recent successful deployment to the deployment group.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type LastDeploymentInfo Modifier and Type Method Description DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. lastAttemptedDeployment(LastDeploymentInfo lastAttemptedDeployment)Information about the most recent attempted deployment to the deployment group.DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. lastSuccessfulDeployment(LastDeploymentInfo lastSuccessfulDeployment)Information about the most recent successful deployment to the deployment group.
-