| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlanProductType |
SavingsPlanProductType.fromValue(String value)
Use this in place of valueOf.
|
static SavingsPlanProductType |
SavingsPlanProductType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavingsPlanProductType[] |
SavingsPlanProductType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansOfferingRatesRequest |
DescribeSavingsPlansOfferingRatesRequest.withProducts(SavingsPlanProductType... products)
The AWS products.
|
SavingsPlanRate |
SavingsPlanRate.withProductType(SavingsPlanProductType productType)
The product type.
|
SavingsPlanOfferingRate |
SavingsPlanOfferingRate.withProductType(SavingsPlanProductType productType)
The product type.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withProductType(SavingsPlanProductType productType)
The product type.
|
SavingsPlan |
SavingsPlan.withProductTypes(SavingsPlanProductType... productTypes)
The product types.
|
SavingsPlanOffering |
SavingsPlanOffering.withProductTypes(SavingsPlanProductType... productTypes)
The product type.
|
Copyright © 2021. All rights reserved.