Uses of Class
software.amazon.awssdk.services.savingsplans.model.ReturnSavingsPlanResponse
-
Packages that use ReturnSavingsPlanResponse 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 ReturnSavingsPlanResponse in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans that return ReturnSavingsPlanResponse Modifier and Type Method Description default ReturnSavingsPlanResponseSavingsplansClient. returnSavingsPlan(Consumer<ReturnSavingsPlanRequest.Builder> returnSavingsPlanRequest)Returns the specified Savings Plan.default ReturnSavingsPlanResponseSavingsplansClient. returnSavingsPlan(ReturnSavingsPlanRequest returnSavingsPlanRequest)Returns the specified Savings Plan.Methods in software.amazon.awssdk.services.savingsplans that return types with arguments of type ReturnSavingsPlanResponse Modifier and Type Method Description default CompletableFuture<ReturnSavingsPlanResponse>SavingsplansAsyncClient. returnSavingsPlan(Consumer<ReturnSavingsPlanRequest.Builder> returnSavingsPlanRequest)Returns the specified Savings Plan.default CompletableFuture<ReturnSavingsPlanResponse>SavingsplansAsyncClient. returnSavingsPlan(ReturnSavingsPlanRequest returnSavingsPlanRequest)Returns the specified Savings Plan.
-