org.jclouds.aws.ec2.compute.suppliers
Class AWSEC2HardwareSupplier
java.lang.Object
org.jclouds.ec2.compute.suppliers.EC2HardwareSupplier
org.jclouds.aws.ec2.compute.suppliers.AWSEC2HardwareSupplier
- All Implemented Interfaces:
- com.google.common.base.Supplier<Set<? extends Hardware>>
@Singleton
public class AWSEC2HardwareSupplier
- extends EC2HardwareSupplier
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWSEC2HardwareSupplier
@Inject
public AWSEC2HardwareSupplier(Set<String> ccAmis)
get
public Set<? extends Hardware> get()
- Specified by:
get
in interface com.google.common.base.Supplier<Set<? extends Hardware>>
- Overrides:
get
in class EC2HardwareSupplier
Copyright © 2009-2011 jclouds. All Rights Reserved.