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

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

Introduction

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

The text is from its open source code.

Method

StringgetInstanceId()

The instance ID, if an instance has been launched to fulfill the Spot Instance request.

StringgetSpotInstanceRequestId()

The ID of the Spot Instance request.

StringgetState()

The state of the Spot Instance request.

SpotInstanceStatusgetStatus()

The status code and status message describing the Spot Instance request.

java.util.ListgetTags()

Any tags assigned to the resource.

voidsetTags(java.util.Collection tags)

Any tags assigned to the resource.