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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAvailabilityZone()

The Availability Zone.

StringgetInstanceType()

The instance type.

StringgetProductDescription()

A general description of the AMI.

StringgetSpotPrice()

The maximum price per hour that you are willing to pay for a Spot Instance.

java.util.DategetTimestamp()

The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

voidsetAvailabilityZone(String availabilityZone)

The Availability Zone.

voidsetInstanceType(String instanceType)

The instance type.

voidsetInstanceType(InstanceType instanceType)

The instance type.

voidsetSpotPrice(String spotPrice)

The maximum price per hour that you are willing to pay for a Spot Instance.