| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseRecommendationOption |
LicenseRecommendationOption.clone() |
LicenseRecommendationOption |
LicenseRecommendationOption.withLicenseEdition(LicenseEdition licenseEdition)
The recommended edition of the license for the application that runs on the instance.
|
LicenseRecommendationOption |
LicenseRecommendationOption.withLicenseEdition(String licenseEdition)
The recommended edition of the license for the application that runs on the instance.
|
LicenseRecommendationOption |
LicenseRecommendationOption.withLicenseModel(LicenseModel licenseModel)
The recommended license type associated with the instance.
|
LicenseRecommendationOption |
LicenseRecommendationOption.withLicenseModel(String licenseModel)
The recommended license type associated with the instance.
|
LicenseRecommendationOption |
LicenseRecommendationOption.withOperatingSystem(String operatingSystem)
The operating system of a license recommendation option.
|
LicenseRecommendationOption |
LicenseRecommendationOption.withRank(Integer rank)
The rank of the license recommendation option.
|
LicenseRecommendationOption |
LicenseRecommendationOption.withSavingsOpportunity(SavingsOpportunity savingsOpportunity) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseRecommendationOption> |
LicenseRecommendation.getLicenseRecommendationOptions()
An array of objects that describe the license recommendation options.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseRecommendation |
LicenseRecommendation.withLicenseRecommendationOptions(LicenseRecommendationOption... licenseRecommendationOptions)
An array of objects that describe the license recommendation options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseRecommendation.setLicenseRecommendationOptions(Collection<LicenseRecommendationOption> licenseRecommendationOptions)
An array of objects that describe the license recommendation options.
|
LicenseRecommendation |
LicenseRecommendation.withLicenseRecommendationOptions(Collection<LicenseRecommendationOption> licenseRecommendationOptions)
An array of objects that describe the license recommendation options.
|
Copyright © 2023. All rights reserved.