| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceRecommendation |
InstanceRecommendation.clone() |
InstanceRecommendation |
InstanceRecommendation.withAccountId(String accountId)
The Amazon Web Services account ID of the instance.
|
InstanceRecommendation |
InstanceRecommendation.withCurrentInstanceType(String currentInstanceType)
The instance type of the current instance.
|
InstanceRecommendation |
InstanceRecommendation.withCurrentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current instance not meeting the performance needs of its workloads.
|
InstanceRecommendation |
InstanceRecommendation.withCurrentPerformanceRisk(String currentPerformanceRisk)
The risk of the current instance not meeting the performance needs of its workloads.
|
InstanceRecommendation |
InstanceRecommendation.withEffectiveRecommendationPreferences(EffectiveRecommendationPreferences effectiveRecommendationPreferences)
An object that describes the effective recommendation preferences for the instance.
|
InstanceRecommendation |
InstanceRecommendation.withFinding(Finding finding)
The finding classification of the instance.
|
InstanceRecommendation |
InstanceRecommendation.withFinding(String finding)
The finding classification of the instance.
|
InstanceRecommendation |
InstanceRecommendation.withFindingReasonCodes(Collection<String> findingReasonCodes)
The reason for the finding classification of the instance.
|
InstanceRecommendation |
InstanceRecommendation.withFindingReasonCodes(InstanceRecommendationFindingReasonCode... findingReasonCodes)
The reason for the finding classification of the instance.
|
InstanceRecommendation |
InstanceRecommendation.withFindingReasonCodes(String... findingReasonCodes)
The reason for the finding classification of the instance.
|
InstanceRecommendation |
InstanceRecommendation.withInferredWorkloadTypes(Collection<String> inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InstanceRecommendation |
InstanceRecommendation.withInferredWorkloadTypes(InferredWorkloadType... inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InstanceRecommendation |
InstanceRecommendation.withInferredWorkloadTypes(String... inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InstanceRecommendation |
InstanceRecommendation.withInstanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the current instance.
|
InstanceRecommendation |
InstanceRecommendation.withInstanceName(String instanceName)
The name of the current instance.
|
InstanceRecommendation |
InstanceRecommendation.withInstanceState(InstanceState instanceState)
The state of the instance when the recommendation was generated.
|
InstanceRecommendation |
InstanceRecommendation.withInstanceState(String instanceState)
The state of the instance when the recommendation was generated.
|
InstanceRecommendation |
InstanceRecommendation.withLastRefreshTimestamp(Date lastRefreshTimestamp)
The timestamp of when the instance recommendation was last generated.
|
InstanceRecommendation |
InstanceRecommendation.withLookBackPeriodInDays(Double lookBackPeriodInDays)
The number of days for which utilization metrics were analyzed for the instance.
|
InstanceRecommendation |
InstanceRecommendation.withRecommendationOptions(Collection<InstanceRecommendationOption> recommendationOptions)
An array of objects that describe the recommendation options for the instance.
|
InstanceRecommendation |
InstanceRecommendation.withRecommendationOptions(InstanceRecommendationOption... recommendationOptions)
An array of objects that describe the recommendation options for the instance.
|
InstanceRecommendation |
InstanceRecommendation.withRecommendationSources(Collection<RecommendationSource> recommendationSources)
An array of objects that describe the source resource of the recommendation.
|
InstanceRecommendation |
InstanceRecommendation.withRecommendationSources(RecommendationSource... recommendationSources)
An array of objects that describe the source resource of the recommendation.
|
InstanceRecommendation |
InstanceRecommendation.withUtilizationMetrics(Collection<UtilizationMetric> utilizationMetrics)
An array of objects that describe the utilization metrics of the instance.
|
InstanceRecommendation |
InstanceRecommendation.withUtilizationMetrics(UtilizationMetric... utilizationMetrics)
An array of objects that describe the utilization metrics of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceRecommendation> |
GetEC2InstanceRecommendationsResult.getInstanceRecommendations()
An array of objects that describe instance recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetEC2InstanceRecommendationsResult |
GetEC2InstanceRecommendationsResult.withInstanceRecommendations(InstanceRecommendation... instanceRecommendations)
An array of objects that describe instance recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEC2InstanceRecommendationsResult.setInstanceRecommendations(Collection<InstanceRecommendation> instanceRecommendations)
An array of objects that describe instance recommendations.
|
GetEC2InstanceRecommendationsResult |
GetEC2InstanceRecommendationsResult.withInstanceRecommendations(Collection<InstanceRecommendation> instanceRecommendations)
An array of objects that describe instance recommendations.
|
Copyright © 2023. All rights reserved.