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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetAutoRollbackConfiguration(AutoRollbackConfiguration autoRollbackConfiguration)

Configuration information for an automatic rollback that is added when a deployment is created.

voidsetDeploymentConfigName(String deploymentConfigName)

The name of a deployment configuration associated with the IAM user or AWS account.

CreateDeploymentRequestwithTargetInstances(TargetInstances targetInstances)

Information about the instances that belong to the replacement environment in a blue/green deployment.