| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
SavingsPlanOffering |
SavingsPlanOffering.clone() |
SavingsPlanOffering |
SavingsPlanOffering.withCurrency(CurrencyCode currency)
The currency.
|
SavingsPlanOffering |
SavingsPlanOffering.withCurrency(String currency)
The currency.
|
SavingsPlanOffering |
SavingsPlanOffering.withDescription(String description)
The description.
|
SavingsPlanOffering |
SavingsPlanOffering.withDurationSeconds(Long durationSeconds)
The duration, in seconds.
|
SavingsPlanOffering |
SavingsPlanOffering.withOfferingId(String offeringId)
The ID of the offering.
|
SavingsPlanOffering |
SavingsPlanOffering.withOperation(String operation)
The specific AWS operation for the line item in the billing report.
|
SavingsPlanOffering |
SavingsPlanOffering.withPaymentOption(SavingsPlanPaymentOption paymentOption)
The payment option.
|
SavingsPlanOffering |
SavingsPlanOffering.withPaymentOption(String paymentOption)
The payment option.
|
SavingsPlanOffering |
SavingsPlanOffering.withPlanType(SavingsPlanType planType)
The plan type.
|
SavingsPlanOffering |
SavingsPlanOffering.withPlanType(String planType)
The plan type.
|
SavingsPlanOffering |
SavingsPlanOffering.withProductTypes(Collection<String> productTypes)
The product type.
|
SavingsPlanOffering |
SavingsPlanOffering.withProductTypes(SavingsPlanProductType... productTypes)
The product type.
|
SavingsPlanOffering |
SavingsPlanOffering.withProductTypes(String... productTypes)
The product type.
|
SavingsPlanOffering |
SavingsPlanOffering.withProperties(Collection<SavingsPlanOfferingProperty> properties)
The properties.
|
SavingsPlanOffering |
SavingsPlanOffering.withProperties(SavingsPlanOfferingProperty... properties)
The properties.
|
SavingsPlanOffering |
SavingsPlanOffering.withServiceCode(String serviceCode)
The service.
|
SavingsPlanOffering |
SavingsPlanOffering.withUsageType(String usageType)
The usage details of the line item in the billing report.
|
| Modifier and Type | Method and Description |
|---|---|
List<SavingsPlanOffering> |
DescribeSavingsPlansOfferingsResult.getSearchResults()
Information about the Savings Plans offerings.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansOfferingsResult |
DescribeSavingsPlansOfferingsResult.withSearchResults(SavingsPlanOffering... searchResults)
Information about the Savings Plans offerings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSavingsPlansOfferingsResult.setSearchResults(Collection<SavingsPlanOffering> searchResults)
Information about the Savings Plans offerings.
|
DescribeSavingsPlansOfferingsResult |
DescribeSavingsPlansOfferingsResult.withSearchResults(Collection<SavingsPlanOffering> searchResults)
Information about the Savings Plans offerings.
|
Copyright © 2022. All rights reserved.