Uses of Class
software.amazon.awssdk.services.savingsplans.model.DescribeSavingsPlansResponse
-
Packages that use DescribeSavingsPlansResponse 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). -
-
Uses of DescribeSavingsPlansResponse in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans that return DescribeSavingsPlansResponse Modifier and Type Method Description default DescribeSavingsPlansResponseSavingsplansClient. describeSavingsPlans(Consumer<DescribeSavingsPlansRequest.Builder> describeSavingsPlansRequest)Describes the specified Savings Plans.default DescribeSavingsPlansResponseSavingsplansClient. describeSavingsPlans(DescribeSavingsPlansRequest describeSavingsPlansRequest)Describes the specified Savings Plans.Methods in software.amazon.awssdk.services.savingsplans that return types with arguments of type DescribeSavingsPlansResponse Modifier and Type Method Description default CompletableFuture<DescribeSavingsPlansResponse>SavingsplansAsyncClient. describeSavingsPlans(Consumer<DescribeSavingsPlansRequest.Builder> describeSavingsPlansRequest)Describes the specified Savings Plans.default CompletableFuture<DescribeSavingsPlansResponse>SavingsplansAsyncClient. describeSavingsPlans(DescribeSavingsPlansRequest describeSavingsPlansRequest)Describes the specified Savings Plans.
-