| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
SavingsPlanRate |
SavingsPlanRate.clone() |
SavingsPlanRate |
SavingsPlanRate.withCurrency(CurrencyCode currency)
The currency.
|
SavingsPlanRate |
SavingsPlanRate.withCurrency(String currency)
The currency.
|
SavingsPlanRate |
SavingsPlanRate.withOperation(String operation)
The specific AWS operation for the line item in the billing report.
|
SavingsPlanRate |
SavingsPlanRate.withProductType(SavingsPlanProductType productType)
The product type.
|
SavingsPlanRate |
SavingsPlanRate.withProductType(String productType)
The product type.
|
SavingsPlanRate |
SavingsPlanRate.withProperties(Collection<SavingsPlanRateProperty> properties)
The properties.
|
SavingsPlanRate |
SavingsPlanRate.withProperties(SavingsPlanRateProperty... properties)
The properties.
|
SavingsPlanRate |
SavingsPlanRate.withRate(String rate)
The rate.
|
SavingsPlanRate |
SavingsPlanRate.withServiceCode(SavingsPlanRateServiceCode serviceCode)
The service.
|
SavingsPlanRate |
SavingsPlanRate.withServiceCode(String serviceCode)
The service.
|
SavingsPlanRate |
SavingsPlanRate.withUnit(SavingsPlanRateUnit unit)
The unit.
|
SavingsPlanRate |
SavingsPlanRate.withUnit(String unit)
The unit.
|
SavingsPlanRate |
SavingsPlanRate.withUsageType(String usageType)
The usage details of the line item in the billing report.
|
| Modifier and Type | Method and Description |
|---|---|
List<SavingsPlanRate> |
DescribeSavingsPlanRatesResult.getSearchResults()
Information about the Savings Plans rates.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlanRatesResult |
DescribeSavingsPlanRatesResult.withSearchResults(SavingsPlanRate... searchResults)
Information about the Savings Plans rates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSavingsPlanRatesResult.setSearchResults(Collection<SavingsPlanRate> searchResults)
Information about the Savings Plans rates.
|
DescribeSavingsPlanRatesResult |
DescribeSavingsPlanRatesResult.withSearchResults(Collection<SavingsPlanRate> searchResults)
Information about the Savings Plans rates.
|
Copyright © 2023. All rights reserved.