| Package | Description |
|---|---|
| software.amazon.awssdk.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlanType |
SavingsPlanType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SavingsPlanType |
ParentSavingsPlanOffering.planType()
The plan type.
|
SavingsPlanType |
SavingsPlanOffering.planType()
The plan type.
|
SavingsPlanType |
SavingsPlan.savingsPlanType()
The plan type.
|
static SavingsPlanType |
SavingsPlanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavingsPlanType[] |
SavingsPlanType.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<SavingsPlanType> |
SavingsPlanType.knownValues()
|
List<SavingsPlanType> |
DescribeSavingsPlansOfferingsRequest.planTypes()
The plan type.
|
List<SavingsPlanType> |
DescribeSavingsPlansOfferingRatesRequest.savingsPlanTypes()
The plan types.
|
| Modifier and Type | Method and Description |
|---|---|
ParentSavingsPlanOffering.Builder |
ParentSavingsPlanOffering.Builder.planType(SavingsPlanType planType)
The plan type.
|
SavingsPlanOffering.Builder |
SavingsPlanOffering.Builder.planType(SavingsPlanType planType)
The plan type.
|
DescribeSavingsPlansOfferingsRequest.Builder |
DescribeSavingsPlansOfferingsRequest.Builder.planTypes(SavingsPlanType... planTypes)
The plan type.
|
SavingsPlan.Builder |
SavingsPlan.Builder.savingsPlanType(SavingsPlanType savingsPlanType)
The plan type.
|
DescribeSavingsPlansOfferingRatesRequest.Builder |
DescribeSavingsPlansOfferingRatesRequest.Builder.savingsPlanTypes(SavingsPlanType... savingsPlanTypes)
The plan types.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansOfferingsRequest.Builder |
DescribeSavingsPlansOfferingsRequest.Builder.planTypes(Collection<SavingsPlanType> planTypes)
The plan type.
|
DescribeSavingsPlansOfferingRatesRequest.Builder |
DescribeSavingsPlansOfferingRatesRequest.Builder.savingsPlanTypes(Collection<SavingsPlanType> savingsPlanTypes)
The plan types.
|
Copyright © 2023. All rights reserved.