public interface Ec2OnDemandPricingDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
Ec2OnDemandPricingEntity |
getEc2OnDemandPricing(String regionName,
String instanceType)
Returns the EC2 on-demand pricing for the specified region name and instance type.
|
List<Ec2OnDemandPricingEntity> |
getEc2OnDemandPricingEntities()
Gets a list of all EC2 on-demand pricing entities registered in the system.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshEc2OnDemandPricingEntity getEc2OnDemandPricing(String regionName, String instanceType)
null if no EC2 on-demand price is found. Throws an
exception when more than one EC2 on-demand price is found.regionName - the AWS region nameinstanceType - the EC2 instance typeList<Ec2OnDemandPricingEntity> getEc2OnDemandPricingEntities()
Copyright © 2019. All rights reserved.