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

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

Introduction

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

The text is from its open source code.

Constructor

Method

InstanceStategetCurrentState()

The current state of the instance.

StringgetInstanceId()

The ID of the instance.

InstanceStategetPreviousState()

The previous state of the instance.

voidsetCurrentState(InstanceState currentState)

The current state of the instance.

voidsetInstanceId(String instanceId)

The ID of the instance.

voidsetPreviousState(InstanceState previousState)

The previous state of the instance.