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