|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.http.options.BaseHttpRequestOptions org.jclouds.ec2.options.internal.BaseEC2RequestOptions org.jclouds.aws.ec2.options.DescribeSpotPriceHistoryOptions
public class DescribeSpotPriceHistoryOptions
Contains options supported in the Form API for the DescribeSpotPriceHistory operation.
import static org.jclouds.aws.ec2.options.DescribeSpotPriceHistoryOptions.Builder.*
AWSEC2Client client = // get connection
history = client.getSpotInstanceServices().describeSpotPriceHistoryInRegion(from(yesterday).instanceType("m1.small"));
- Author:
- Adrian Cole
- See Also:
Nested Class Summary
static class
DescribeSpotPriceHistoryOptions.Builder
Field Summary
static DescribeSpotPriceHistoryOptions
NONE
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor Summary
DescribeSpotPriceHistoryOptions()
Method Summary
DescribeSpotPriceHistoryOptions
from(Date start)
Start date and time of the Spot Instance price history data.
DescribeSpotPriceHistoryOptions
instanceType(String type)
Specifies the instance type to return.
DescribeSpotPriceHistoryOptions
productDescription(String description)
The description of the AMI.
DescribeSpotPriceHistoryOptions
to(Date end)
End date and time of the Spot Instance price history data.
Methods inherited from class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Field Detail
NONE
public static final DescribeSpotPriceHistoryOptions NONE
Constructor Detail
DescribeSpotPriceHistoryOptions
public DescribeSpotPriceHistoryOptions()
Method Detail
from
public DescribeSpotPriceHistoryOptions from(Date start)
- Start date and time of the Spot Instance price history data.
to
public DescribeSpotPriceHistoryOptions to(Date end)
- End date and time of the Spot Instance price history data.
instanceType
public DescribeSpotPriceHistoryOptions instanceType(String type)
- Specifies the instance type to return.
productDescription
public DescribeSpotPriceHistoryOptions productDescription(String description)
- The description of the AMI.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2011 jclouds. All Rights Reserved.