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