Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.LicenseModel
-
Packages that use LicenseModel Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of LicenseModel in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return LicenseModel Modifier and Type Method Description static LicenseModelLicenseModel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseModelLicenseConfiguration. licenseModel()The license type associated with the instance.LicenseModelLicenseRecommendationOption. licenseModel()The recommended license type associated with the instance.static LicenseModelLicenseModel. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseModel[]LicenseModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type LicenseModel Modifier and Type Method Description static Set<LicenseModel>LicenseModel. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type LicenseModel Modifier and Type Method Description LicenseConfiguration.BuilderLicenseConfiguration.Builder. licenseModel(LicenseModel licenseModel)The license type associated with the instance.LicenseRecommendationOption.BuilderLicenseRecommendationOption.Builder. licenseModel(LicenseModel licenseModel)The recommended license type associated with the instance.
-