| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseConfiguration |
LicenseConfiguration.clone() |
LicenseConfiguration |
LicenseRecommendation.getCurrentLicenseConfiguration()
An object that describes the current configuration of an instance that runs on a license.
|
LicenseConfiguration |
LicenseConfiguration.withInstanceType(String instanceType)
The instance type used in the license.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseEdition(LicenseEdition licenseEdition)
The edition of the license for the application that runs on the instance.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseEdition(String licenseEdition)
The edition of the license for the application that runs on the instance.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseModel(LicenseModel licenseModel)
The license type associated with the instance.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseModel(String licenseModel)
The license type associated with the instance.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseName(LicenseName licenseName)
The name of the license for the application that runs on the instance.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseName(String licenseName)
The name of the license for the application that runs on the instance.
|
LicenseConfiguration |
LicenseConfiguration.withLicenseVersion(String licenseVersion)
The version of the license for the application that runs on the instance.
|
LicenseConfiguration |
LicenseConfiguration.withMetricsSource(Collection<MetricSource> metricsSource)
The list of metric sources required to generate recommendations for commercial software licenses.
|
LicenseConfiguration |
LicenseConfiguration.withMetricsSource(MetricSource... metricsSource)
The list of metric sources required to generate recommendations for commercial software licenses.
|
LicenseConfiguration |
LicenseConfiguration.withNumberOfCores(Integer numberOfCores)
The current number of cores associated with the instance.
|
LicenseConfiguration |
LicenseConfiguration.withOperatingSystem(String operatingSystem)
The operating system of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseRecommendation.setCurrentLicenseConfiguration(LicenseConfiguration currentLicenseConfiguration)
An object that describes the current configuration of an instance that runs on a license.
|
LicenseRecommendation |
LicenseRecommendation.withCurrentLicenseConfiguration(LicenseConfiguration currentLicenseConfiguration)
An object that describes the current configuration of an instance that runs on a license.
|
Copyright © 2024. All rights reserved.