| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static SupportedSavingsPlansType |
SupportedSavingsPlansType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SupportedSavingsPlansType |
GetSavingsPlansPurchaseRecommendationRequest.savingsPlansType()
The Savings Plans recommendation type that's requested.
|
SupportedSavingsPlansType |
SavingsPlansPurchaseRecommendation.savingsPlansType()
The requested Savings Plans recommendation type.
|
static SupportedSavingsPlansType |
SupportedSavingsPlansType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedSavingsPlansType[] |
SupportedSavingsPlansType.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<SupportedSavingsPlansType> |
SupportedSavingsPlansType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSavingsPlansPurchaseRecommendationRequest.Builder |
GetSavingsPlansPurchaseRecommendationRequest.Builder.savingsPlansType(SupportedSavingsPlansType savingsPlansType)
The Savings Plans recommendation type that's requested.
|
SavingsPlansPurchaseRecommendation.Builder |
SavingsPlansPurchaseRecommendation.Builder.savingsPlansType(SupportedSavingsPlansType savingsPlansType)
The requested Savings Plans recommendation type.
|
Copyright © 2023. All rights reserved.