Uses of Class
software.amazon.awssdk.services.savingsplans.model.CreateSavingsPlanRequest
-
Packages that use CreateSavingsPlanRequest 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 CreateSavingsPlanRequest in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans with parameters of type CreateSavingsPlanRequest Modifier and Type Method Description default CompletableFuture<CreateSavingsPlanResponse>SavingsplansAsyncClient. createSavingsPlan(CreateSavingsPlanRequest createSavingsPlanRequest)Creates a Savings Plan.default CreateSavingsPlanResponseSavingsplansClient. createSavingsPlan(CreateSavingsPlanRequest createSavingsPlanRequest)Creates a Savings Plan. -
Uses of CreateSavingsPlanRequest in software.amazon.awssdk.services.savingsplans.transform
Methods in software.amazon.awssdk.services.savingsplans.transform with parameters of type CreateSavingsPlanRequest Modifier and Type Method Description SdkHttpFullRequestCreateSavingsPlanRequestMarshaller. marshall(CreateSavingsPlanRequest createSavingsPlanRequest)
-