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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAvailabilityZone()

The Availability Zone in which the Reserved Instance can be used.

LonggetDuration()

The duration of the Reserved Instance, in seconds.

java.util.DategetEnd()

The time when the Reserved Instance expires.

FloatgetFixedPrice()

The purchase price of the Reserved Instance.

IntegergetInstanceCount()

The number of reservations purchased.

StringgetInstanceType()

The instance type on which the Reserved Instance can be used.

StringgetOfferingType()

The Reserved Instance offering type.

StringgetProductDescription()

The Reserved Instance product platform description.

StringgetReservedInstancesId()

The ID of the Reserved Instance.

java.util.DategetStart()

The date and time the Reserved Instance started.

StringgetState()

The state of the Reserved Instance purchase.

FloatgetUsagePrice()

The usage price of the Reserved Instance, per hour.

voidsetEnd(java.util.Date end)

The time when the Reserved Instance expires.

voidsetFixedPrice(Float fixedPrice)

The purchase price of the Reserved Instance.

voidsetUsagePrice(Float usagePrice)

The usage price of the Reserved Instance, per hour.