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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAvailabilityZone()

Filters the results by the specified Availability Zone.

java.util.ListgetInstanceTypes()

Filters the results by the specified instance types.

voidsetAvailabilityZone(String availabilityZone)

Filters the results by the specified Availability Zone.

voidsetInstanceTypes(java.util.Collection instanceTypes)

Filters the results by the specified instance types.

voidsetProductDescriptions(java.util.Collection productDescriptions)

Filters the results by the specified basic product descriptions.

DescribeSpotPriceHistoryRequestwithInstanceTypes(String... instanceTypes)

Filters the results by the specified instance types.

DescribeSpotPriceHistoryRequestwithInstanceTypes(java.util.Collection instanceTypes)

Filters the results by the specified instance types.

DescribeSpotPriceHistoryRequestwithInstanceTypes(InstanceType... instanceTypes)

Filters the results by the specified instance types.

DescribeSpotPriceHistoryRequestwithNextToken(String nextToken)

The token for the next set of results.