| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseRecommendation |
LicenseRecommendation.clone() |
LicenseRecommendation |
LicenseRecommendation.withAccountId(String accountId)
The Amazon Web Services account ID of the license.
|
LicenseRecommendation |
LicenseRecommendation.withCurrentLicenseConfiguration(LicenseConfiguration currentLicenseConfiguration)
An object that describes the current configuration of an instance that runs on a license.
|
LicenseRecommendation |
LicenseRecommendation.withFinding(LicenseFinding finding)
The finding classification for an instance that runs on a license.
|
LicenseRecommendation |
LicenseRecommendation.withFinding(String finding)
The finding classification for an instance that runs on a license.
|
LicenseRecommendation |
LicenseRecommendation.withFindingReasonCodes(Collection<String> findingReasonCodes)
The reason for the finding classification for an instance that runs on a license.
|
LicenseRecommendation |
LicenseRecommendation.withFindingReasonCodes(LicenseFindingReasonCode... findingReasonCodes)
The reason for the finding classification for an instance that runs on a license.
|
LicenseRecommendation |
LicenseRecommendation.withFindingReasonCodes(String... findingReasonCodes)
The reason for the finding classification for an instance that runs on a license.
|
LicenseRecommendation |
LicenseRecommendation.withLastRefreshTimestamp(Date lastRefreshTimestamp)
The timestamp of when the license recommendation was last generated.
|
LicenseRecommendation |
LicenseRecommendation.withLicenseRecommendationOptions(Collection<LicenseRecommendationOption> licenseRecommendationOptions)
An array of objects that describe the license recommendation options.
|
LicenseRecommendation |
LicenseRecommendation.withLicenseRecommendationOptions(LicenseRecommendationOption... licenseRecommendationOptions)
An array of objects that describe the license recommendation options.
|
LicenseRecommendation |
LicenseRecommendation.withLookbackPeriodInDays(Double lookbackPeriodInDays)
The number of days for which utilization metrics were analyzed for an instance that runs on a license.
|
LicenseRecommendation |
LicenseRecommendation.withResourceArn(String resourceArn)
The ARN that identifies the Amazon EC2 instance.
|
LicenseRecommendation |
LicenseRecommendation.withTags(Collection<Tag> tags)
A list of tags assigned to an EC2 instance.
|
LicenseRecommendation |
LicenseRecommendation.withTags(Tag... tags)
A list of tags assigned to an EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseRecommendation> |
GetLicenseRecommendationsResult.getLicenseRecommendations()
An array of objects that describe license recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseRecommendationsResult |
GetLicenseRecommendationsResult.withLicenseRecommendations(LicenseRecommendation... licenseRecommendations)
An array of objects that describe license recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLicenseRecommendationsResult.setLicenseRecommendations(Collection<LicenseRecommendation> licenseRecommendations)
An array of objects that describe license recommendations.
|
GetLicenseRecommendationsResult |
GetLicenseRecommendationsResult.withLicenseRecommendations(Collection<LicenseRecommendation> licenseRecommendations)
An array of objects that describe license recommendations.
|
Copyright © 2024. All rights reserved.