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

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

Introduction

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

The text is from its open source code.

Constructor

Method

CreateDeploymentRequestwithComment(String comment)

A user-defined comment.

CreateDeploymentRequestwithCustomJson(String customJson)

A string that contains user-defined, custom JSON.

CreateDeploymentRequestwithInstanceIds(String... instanceIds)

The instance IDs for the deployment targets.

CreateDeploymentRequestwithInstanceIds(java.util.Collection instanceIds)

The instance IDs for the deployment targets.