public interface Ec2OnDemandPricingUpdateService
| Modifier and Type | Method and Description |
|---|---|
List<Ec2OnDemandPricing> |
getEc2OnDemandPricing(String ec2PricingListUrl)
Retrieves EC2 on-demand pricing information from AWS.
|
void |
updateEc2OnDemandPricing(List<Ec2OnDemandPricing> ec2OnDemandPricingEntries)
Updates the EC2 on-demand pricing configured in the system per specified pricing information.
|
List<Ec2OnDemandPricing> getEc2OnDemandPricing(String ec2PricingListUrl)
ec2PricingListUrl - the URL of the Amazon EC2 pricing list in JSON formatvoid updateEc2OnDemandPricing(List<Ec2OnDemandPricing> ec2OnDemandPricingEntries)
ec2OnDemandPricingEntries - the list of EC2 on-demand pricing entriesCopyright © 2019. All rights reserved.