Uses of Class
software.amazon.awssdk.services.costexplorer.model.SupportedSavingsPlansType
-
Packages that use SupportedSavingsPlansType Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SupportedSavingsPlansType in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return SupportedSavingsPlansType Modifier and Type Method Description static SupportedSavingsPlansTypeSupportedSavingsPlansType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SupportedSavingsPlansTypeGetSavingsPlansPurchaseRecommendationRequest. savingsPlansType()The Savings Plans recommendation type that's requested.SupportedSavingsPlansTypeRecommendationDetailData. savingsPlansType()The requested Savings Plan recommendation type.SupportedSavingsPlansTypeSavingsPlansPurchaseRecommendation. savingsPlansType()The requested Savings Plans recommendation type.static SupportedSavingsPlansTypeSupportedSavingsPlansType. 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.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SupportedSavingsPlansType Modifier and Type Method Description static Set<SupportedSavingsPlansType>SupportedSavingsPlansType. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type SupportedSavingsPlansType Modifier and Type Method Description GetSavingsPlansPurchaseRecommendationRequest.BuilderGetSavingsPlansPurchaseRecommendationRequest.Builder. savingsPlansType(SupportedSavingsPlansType savingsPlansType)The Savings Plans recommendation type that's requested.RecommendationDetailData.BuilderRecommendationDetailData.Builder. savingsPlansType(SupportedSavingsPlansType savingsPlansType)The requested Savings Plan recommendation type.SavingsPlansPurchaseRecommendation.BuilderSavingsPlansPurchaseRecommendation.Builder. savingsPlansType(SupportedSavingsPlansType savingsPlansType)The requested Savings Plans recommendation type.
-