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 Amazon Web Services 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 rates for the specified Savings Plan.default DescribeSavingsPlanRatesResponseSavingsplansClient. describeSavingsPlanRates(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest)Describes the rates for the specified Savings Plan. -
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)
-