Uses of Class
software.amazon.awssdk.services.savingsplans.model.DescribeSavingsPlanRatesRequest
-
Packages that use DescribeSavingsPlanRatesRequest Package Description software.amazon.awssdk.services.savingsplans Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances).software.amazon.awssdk.services.savingsplans.transform -
-
Uses of DescribeSavingsPlanRatesRequest in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans with parameters of type DescribeSavingsPlanRatesRequest Modifier and Type Method Description default CompletableFuture<DescribeSavingsPlanRatesResponse>SavingsplansAsyncClient. describeSavingsPlanRates(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest)Describes the specified Savings Plans rates.default DescribeSavingsPlanRatesResponseSavingsplansClient. describeSavingsPlanRates(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest)Describes the specified Savings Plans rates. -
Uses of DescribeSavingsPlanRatesRequest in software.amazon.awssdk.services.savingsplans.transform
Methods in software.amazon.awssdk.services.savingsplans.transform with parameters of type DescribeSavingsPlanRatesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSavingsPlanRatesRequestMarshaller. marshall(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest)
-