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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAvailabilityZone()

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

java.util.ListgetFilters()

One or more filters.

BooleangetIncludeMarketplace()

Include Reserved Instance Marketplace offerings in the response.

StringgetInstanceTenancy()

The tenancy of the instances covered by the reservation.

StringgetInstanceType()

The instance type that the reservation will cover (for example, m1.small).

StringgetOfferingType()

The Reserved Instance offering type.

StringgetProductDescription()

The Reserved Instance product platform description.

java.util.ListgetReservedInstancesOfferingIds()

One or more Reserved Instances offering IDs.

voidsetAvailabilityZone(String availabilityZone)

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

voidsetInstanceType(String instanceType)

The instance type that the reservation will cover (for example, m1.small).

voidsetInstanceType(InstanceType instanceType)

The instance type that the reservation will cover (for example, m1.small).

voidsetNextToken(String nextToken)

The token to retrieve the next page of results.

voidsetOfferingType(String offeringType)

The Reserved Instance offering type.

voidsetOfferingType(OfferingTypeValues offeringType)

The Reserved Instance offering type.

voidsetProductDescription(String productDescription)

The Reserved Instance product platform description.

voidsetProductDescription(RIProductDescription productDescription)

The Reserved Instance product platform description.

DescribeReservedInstancesOfferingsRequestwithNextToken(String nextToken)

The token to retrieve the next page of results.