Java com.amazonaws.services.ec2.model StartInstancesRequest fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

StartInstancesRequest(java.util.List instanceIds)
Constructs a new StartInstancesRequest object.
StartInstancesRequest()
Default constructor for StartInstancesRequest object.

Method

RequestgetDryRunRequest()
This method is intended for internal use only.
java.util.ListgetInstanceIds()

The IDs of the instances.

voidsetInstanceIds(java.util.Collection instanceIds)

The IDs of the instances.

StartInstancesRequestwithInstanceIds(String... instanceIds)

The IDs of the instances.

StartInstancesRequestwithInstanceIds(java.util.Collection instanceIds)

The IDs of the instances.