Uses of Class
software.amazon.awssdk.services.costexplorer.model.SavingsPlansDataType
-
Packages that use SavingsPlansDataType Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlansDataType in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return SavingsPlansDataType Modifier and Type Method Description static SavingsPlansDataTypeSavingsPlansDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SavingsPlansDataTypeSavingsPlansDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static SavingsPlansDataType[]SavingsPlansDataType. 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 SavingsPlansDataType Modifier and Type Method Description List<SavingsPlansDataType>GetSavingsPlansUtilizationDetailsRequest. dataType()The data type.static Set<SavingsPlansDataType>SavingsPlansDataType. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type SavingsPlansDataType Modifier and Type Method Description GetSavingsPlansUtilizationDetailsRequest.BuilderGetSavingsPlansUtilizationDetailsRequest.Builder. dataType(SavingsPlansDataType... dataType)The data type.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SavingsPlansDataType Modifier and Type Method Description GetSavingsPlansUtilizationDetailsRequest.BuilderGetSavingsPlansUtilizationDetailsRequest.Builder. dataType(Collection<SavingsPlansDataType> dataType)The data type.
-