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

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

Introduction

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

The text is from its open source code.

Constructor

StopInstancesRequest(java.util.List instanceIds)
Constructs a new StopInstancesRequest object.
StopInstancesRequest()
Default constructor for StopInstancesRequest 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.

StopInstancesRequestwithInstanceIds(String... instanceIds)

The IDs of the instances.

StopInstancesRequestwithInstanceIds(java.util.Collection instanceIds)

The IDs of the instances.