| 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).
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSavingsPlanResponse |
SavingsplansClient.createSavingsPlan(Consumer<CreateSavingsPlanRequest.Builder> createSavingsPlanRequest)
Creates a Savings Plan.
|
default CreateSavingsPlanResponse |
SavingsplansClient.createSavingsPlan(CreateSavingsPlanRequest createSavingsPlanRequest)
Creates a Savings Plan.
|
default DeleteQueuedSavingsPlanResponse |
SavingsplansClient.deleteQueuedSavingsPlan(Consumer<DeleteQueuedSavingsPlanRequest.Builder> deleteQueuedSavingsPlanRequest)
Deletes the queued purchase for the specified Savings Plan.
|
default DeleteQueuedSavingsPlanResponse |
SavingsplansClient.deleteQueuedSavingsPlan(DeleteQueuedSavingsPlanRequest deleteQueuedSavingsPlanRequest)
Deletes the queued purchase for the specified Savings Plan.
|
default DescribeSavingsPlanRatesResponse |
SavingsplansClient.describeSavingsPlanRates(Consumer<DescribeSavingsPlanRatesRequest.Builder> describeSavingsPlanRatesRequest)
Describes the specified Savings Plans rates.
|
default DescribeSavingsPlanRatesResponse |
SavingsplansClient.describeSavingsPlanRates(DescribeSavingsPlanRatesRequest describeSavingsPlanRatesRequest)
Describes the specified Savings Plans rates.
|
default DescribeSavingsPlansResponse |
SavingsplansClient.describeSavingsPlans(Consumer<DescribeSavingsPlansRequest.Builder> describeSavingsPlansRequest)
Describes the specified Savings Plans.
|
default DescribeSavingsPlansResponse |
SavingsplansClient.describeSavingsPlans(DescribeSavingsPlansRequest describeSavingsPlansRequest)
Describes the specified Savings Plans.
|
default DescribeSavingsPlansOfferingRatesResponse |
SavingsplansClient.describeSavingsPlansOfferingRates(Consumer<DescribeSavingsPlansOfferingRatesRequest.Builder> describeSavingsPlansOfferingRatesRequest)
Describes the specified Savings Plans offering rates.
|
default DescribeSavingsPlansOfferingRatesResponse |
SavingsplansClient.describeSavingsPlansOfferingRates(DescribeSavingsPlansOfferingRatesRequest describeSavingsPlansOfferingRatesRequest)
Describes the specified Savings Plans offering rates.
|
default DescribeSavingsPlansOfferingsResponse |
SavingsplansClient.describeSavingsPlansOfferings(Consumer<DescribeSavingsPlansOfferingsRequest.Builder> describeSavingsPlansOfferingsRequest)
Describes the specified Savings Plans offerings.
|
default DescribeSavingsPlansOfferingsResponse |
SavingsplansClient.describeSavingsPlansOfferings(DescribeSavingsPlansOfferingsRequest describeSavingsPlansOfferingsRequest)
Describes the specified Savings Plans offerings.
|
default ListTagsForResourceResponse |
SavingsplansClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags for the specified resource.
|
default ListTagsForResourceResponse |
SavingsplansClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for the specified resource.
|
default TagResourceResponse |
SavingsplansClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds the specified tags to the specified resource.
|
default TagResourceResponse |
SavingsplansClient.tagResource(TagResourceRequest tagResourceRequest)
Adds the specified tags to the specified resource.
|
default UntagResourceResponse |
SavingsplansClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the specified resource.
|
default UntagResourceResponse |
SavingsplansClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified resource.
|
Copyright © 2022. All rights reserved.