com.atlassian.aws.ec2
Class SpotPrices

java.lang.Object
  extended by com.atlassian.aws.ec2.SpotPrices

public class SpotPrices
extends Object


Nested Class Summary
static class SpotPrices.Price
           
 
Constructor Summary
SpotPrices()
           
SpotPrices(List<com.amazonaws.services.ec2.model.SpotPrice> spotPrices)
           
 
Method Summary
 com.atlassian.fugue.Pair<SpotPrices.Price,SpotPrices.Price> get(String product, com.amazonaws.services.ec2.model.InstanceType instanceType)
           
 SpotPrices.Price get(String product, com.amazonaws.services.ec2.model.InstanceType instanceType, String availabilityZone)
           
 Set<String> getProducts()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpotPrices

public SpotPrices(List<com.amazonaws.services.ec2.model.SpotPrice> spotPrices)

SpotPrices

public SpotPrices()
Method Detail

get

public SpotPrices.Price get(String product,
                            com.amazonaws.services.ec2.model.InstanceType instanceType,
                            String availabilityZone)

get

@Nullable
public com.atlassian.fugue.Pair<SpotPrices.Price,SpotPrices.Price> get(String product,
                                                                                com.amazonaws.services.ec2.model.InstanceType instanceType)

getProducts

@NotNull
public Set<String> getProducts()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Atlassian. All rights reserved.