| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static LicenseModel |
LicenseModel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LicenseModel |
LicenseRecommendationOption.licenseModel()
The recommended license type associated with the instance.
|
LicenseModel |
LicenseConfiguration.licenseModel()
The license type associated with the instance.
|
static LicenseModel |
LicenseModel.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LicenseModel> |
LicenseModel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LicenseRecommendationOption.Builder |
LicenseRecommendationOption.Builder.licenseModel(LicenseModel licenseModel)
The recommended license type associated with the instance.
|
LicenseConfiguration.Builder |
LicenseConfiguration.Builder.licenseModel(LicenseModel licenseModel)
The license type associated with the instance.
|
Copyright © 2023. All rights reserved.