Uses of Class
software.amazon.awssdk.services.savingsplans.model.DescribeSavingsPlansOfferingsResponse
-
Packages that use DescribeSavingsPlansOfferingsResponse 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 DescribeSavingsPlansOfferingsResponse in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans that return DescribeSavingsPlansOfferingsResponse Modifier and Type Method Description default DescribeSavingsPlansOfferingsResponseSavingsplansClient. describeSavingsPlansOfferings(Consumer<DescribeSavingsPlansOfferingsRequest.Builder> describeSavingsPlansOfferingsRequest)Describes the offerings for the specified Savings Plans.default DescribeSavingsPlansOfferingsResponseSavingsplansClient. describeSavingsPlansOfferings(DescribeSavingsPlansOfferingsRequest describeSavingsPlansOfferingsRequest)Describes the offerings for the specified Savings Plans.Methods in software.amazon.awssdk.services.savingsplans that return types with arguments of type DescribeSavingsPlansOfferingsResponse Modifier and Type Method Description default CompletableFuture<DescribeSavingsPlansOfferingsResponse>SavingsplansAsyncClient. describeSavingsPlansOfferings(Consumer<DescribeSavingsPlansOfferingsRequest.Builder> describeSavingsPlansOfferingsRequest)Describes the offerings for the specified Savings Plans.default CompletableFuture<DescribeSavingsPlansOfferingsResponse>SavingsplansAsyncClient. describeSavingsPlansOfferings(DescribeSavingsPlansOfferingsRequest describeSavingsPlansOfferingsRequest)Describes the offerings for the specified Savings Plans.
-