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