| Package | Description |
|---|---|
| software.amazon.awssdk.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlanProductType |
SavingsPlanProductType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SavingsPlanProductType |
SavingsPlanOfferingRate.productType()
The product type.
|
SavingsPlanProductType |
SavingsPlanRate.productType()
The product type.
|
SavingsPlanProductType |
DescribeSavingsPlansOfferingsRequest.productType()
The product type.
|
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 |
|---|---|
static Set<SavingsPlanProductType> |
SavingsPlanProductType.knownValues()
|
List<SavingsPlanProductType> |
DescribeSavingsPlansOfferingRatesRequest.products()
The AWS products.
|
List<SavingsPlanProductType> |
SavingsPlan.productTypes()
The product types.
|
List<SavingsPlanProductType> |
SavingsPlanOffering.productTypes()
The product type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansOfferingRatesRequest.Builder |
DescribeSavingsPlansOfferingRatesRequest.Builder.products(SavingsPlanProductType... products)
The AWS products.
|
SavingsPlanOfferingRate.Builder |
SavingsPlanOfferingRate.Builder.productType(SavingsPlanProductType productType)
The product type.
|
SavingsPlanRate.Builder |
SavingsPlanRate.Builder.productType(SavingsPlanProductType productType)
The product type.
|
DescribeSavingsPlansOfferingsRequest.Builder |
DescribeSavingsPlansOfferingsRequest.Builder.productType(SavingsPlanProductType productType)
The product type.
|
SavingsPlan.Builder |
SavingsPlan.Builder.productTypes(SavingsPlanProductType... productTypes)
The product types.
|
SavingsPlanOffering.Builder |
SavingsPlanOffering.Builder.productTypes(SavingsPlanProductType... productTypes)
The product type.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansOfferingRatesRequest.Builder |
DescribeSavingsPlansOfferingRatesRequest.Builder.products(Collection<SavingsPlanProductType> products)
The AWS products.
|
SavingsPlan.Builder |
SavingsPlan.Builder.productTypes(Collection<SavingsPlanProductType> productTypes)
The product types.
|
SavingsPlanOffering.Builder |
SavingsPlanOffering.Builder.productTypes(Collection<SavingsPlanProductType> productTypes)
The product type.
|
Copyright © 2022. All rights reserved.