Uses of Class
software.amazon.awssdk.services.savingsplans.model.ServiceQuotaExceededException
-
Packages that use ServiceQuotaExceededException 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 ServiceQuotaExceededException in software.amazon.awssdk.services.savingsplans
Methods in software.amazon.awssdk.services.savingsplans that throw ServiceQuotaExceededException 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.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.default TagResourceResponseSavingsplansClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseSavingsplansClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.
-