Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.LicenseName
-
Packages that use LicenseName Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of LicenseName in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return LicenseName Modifier and Type Method Description static LicenseNameLicenseName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseNameLicenseConfiguration. licenseName()The name of the license for the application that runs on the instance.static LicenseNameLicenseName. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseName[]LicenseName. 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 LicenseName Modifier and Type Method Description static Set<LicenseName>LicenseName. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type LicenseName Modifier and Type Method Description LicenseConfiguration.BuilderLicenseConfiguration.Builder. licenseName(LicenseName licenseName)The name of the license for the application that runs on the instance.
-