| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
SavingsPlan |
SavingsPlan.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SavingsPlan |
SavingsPlan.clearTagsEntries()
Removes all the entries added into Tags.
|
SavingsPlan |
SavingsPlan.clone() |
SavingsPlan |
SavingsPlan.withCommitment(String commitment)
The hourly commitment, in USD.
|
SavingsPlan |
SavingsPlan.withCurrency(CurrencyCode currency)
The currency.
|
SavingsPlan |
SavingsPlan.withCurrency(String currency)
The currency.
|
SavingsPlan |
SavingsPlan.withDescription(String description)
The description.
|
SavingsPlan |
SavingsPlan.withEc2InstanceFamily(String ec2InstanceFamily)
The EC2 instance family.
|
SavingsPlan |
SavingsPlan.withEnd(String end)
The end time.
|
SavingsPlan |
SavingsPlan.withOfferingId(String offeringId)
The ID of the offering.
|
SavingsPlan |
SavingsPlan.withPaymentOption(SavingsPlanPaymentOption paymentOption)
The payment option.
|
SavingsPlan |
SavingsPlan.withPaymentOption(String paymentOption)
The payment option.
|
SavingsPlan |
SavingsPlan.withProductTypes(Collection<String> productTypes)
The product types.
|
SavingsPlan |
SavingsPlan.withProductTypes(SavingsPlanProductType... productTypes)
The product types.
|
SavingsPlan |
SavingsPlan.withProductTypes(String... productTypes)
The product types.
|
SavingsPlan |
SavingsPlan.withRecurringPaymentAmount(String recurringPaymentAmount)
The recurring payment amount.
|
SavingsPlan |
SavingsPlan.withRegion(String region)
The AWS Region.
|
SavingsPlan |
SavingsPlan.withSavingsPlanArn(String savingsPlanArn)
The Amazon Resource Name (ARN) of the Savings Plan.
|
SavingsPlan |
SavingsPlan.withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
SavingsPlan |
SavingsPlan.withSavingsPlanType(SavingsPlanType savingsPlanType)
The plan type.
|
SavingsPlan |
SavingsPlan.withSavingsPlanType(String savingsPlanType)
The plan type.
|
SavingsPlan |
SavingsPlan.withStart(String start)
The start time.
|
SavingsPlan |
SavingsPlan.withState(SavingsPlanState state)
The state.
|
SavingsPlan |
SavingsPlan.withState(String state)
The state.
|
SavingsPlan |
SavingsPlan.withTags(Map<String,String> tags)
One or more tags.
|
SavingsPlan |
SavingsPlan.withTermDurationInSeconds(Long termDurationInSeconds)
The duration of the term, in seconds.
|
SavingsPlan |
SavingsPlan.withUpfrontPaymentAmount(String upfrontPaymentAmount)
The up-front payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
List<SavingsPlan> |
DescribeSavingsPlansResult.getSavingsPlans()
Information about the Savings Plans.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansResult |
DescribeSavingsPlansResult.withSavingsPlans(SavingsPlan... savingsPlans)
Information about the Savings Plans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSavingsPlansResult.setSavingsPlans(Collection<SavingsPlan> savingsPlans)
Information about the Savings Plans.
|
DescribeSavingsPlansResult |
DescribeSavingsPlansResult.withSavingsPlans(Collection<SavingsPlan> savingsPlans)
Information about the Savings Plans.
|
Copyright © 2021. All rights reserved.