Uses of Class
software.amazon.awssdk.services.savingsplans.model.DeleteQueuedSavingsPlanResponse
-
Packages that use DeleteQueuedSavingsPlanResponse Package Description software.amazon.awssdk.services.savingsplans Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). -
-
Uses of DeleteQueuedSavingsPlanResponse in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans that return DeleteQueuedSavingsPlanResponse Modifier and Type Method Description default DeleteQueuedSavingsPlanResponseSavingsplansClient. deleteQueuedSavingsPlan(Consumer<DeleteQueuedSavingsPlanRequest.Builder> deleteQueuedSavingsPlanRequest)Deletes the queued purchase for the specified Savings Plan.default DeleteQueuedSavingsPlanResponseSavingsplansClient. deleteQueuedSavingsPlan(DeleteQueuedSavingsPlanRequest deleteQueuedSavingsPlanRequest)Deletes the queued purchase for the specified Savings Plan.Methods in software.amazon.awssdk.services.savingsplans that return types with arguments of type DeleteQueuedSavingsPlanResponse Modifier and Type Method Description default CompletableFuture<DeleteQueuedSavingsPlanResponse>SavingsplansAsyncClient. deleteQueuedSavingsPlan(Consumer<DeleteQueuedSavingsPlanRequest.Builder> deleteQueuedSavingsPlanRequest)Deletes the queued purchase for the specified Savings Plan.default CompletableFuture<DeleteQueuedSavingsPlanResponse>SavingsplansAsyncClient. deleteQueuedSavingsPlan(DeleteQueuedSavingsPlanRequest deleteQueuedSavingsPlanRequest)Deletes the queued purchase for the specified Savings Plan.
-