Uses of Class
software.amazon.awssdk.services.savingsplans.model.DescribeSavingsPlanRatesResponse
-
Packages that use DescribeSavingsPlanRatesResponse 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). -
-
Uses of DescribeSavingsPlanRatesResponse in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans that return DescribeSavingsPlanRatesResponse Modifier and Type Method Description default DescribeSavingsPlanRatesResponseSavingsplansClient. describeSavingsPlanRates(Consumer<DescribeSavingsPlanRatesRequest.Builder> describeSavingsPlanRatesRequest)Describes the rates for the specified Savings Plan.default DescribeSavingsPlanRatesResponseSavingsplansClient. describeSavingsPlanRates(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest)Describes the rates for the specified Savings Plan.Methods in software.amazon.awssdk.services.savingsplans that return types with arguments of type DescribeSavingsPlanRatesResponse Modifier and Type Method Description default CompletableFuture<DescribeSavingsPlanRatesResponse>SavingsplansAsyncClient. describeSavingsPlanRates(Consumer<DescribeSavingsPlanRatesRequest.Builder> describeSavingsPlanRatesRequest)Describes the rates for the specified Savings Plan.default CompletableFuture<DescribeSavingsPlanRatesResponse>SavingsplansAsyncClient. describeSavingsPlanRates(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest)Describes the rates for the specified Savings Plan.
-