| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
InferredWorkloadSaving |
InferredWorkloadSaving.clone() |
InferredWorkloadSaving |
InferredWorkloadSaving.withEstimatedMonthlySavings(EstimatedMonthlySavings estimatedMonthlySavings)
An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer
recommendations for a given resource.
|
InferredWorkloadSaving |
InferredWorkloadSaving.withInferredWorkloadTypes(Collection<String> inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InferredWorkloadSaving |
InferredWorkloadSaving.withInferredWorkloadTypes(InferredWorkloadType... inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InferredWorkloadSaving |
InferredWorkloadSaving.withInferredWorkloadTypes(String... inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
List<InferredWorkloadSaving> |
RecommendationSummary.getInferredWorkloadSavings()
An array of objects that describes the estimated monthly saving amounts for the instances running on the
specified
inferredWorkloadTypes. |
| Modifier and Type | Method and Description |
|---|---|
RecommendationSummary |
RecommendationSummary.withInferredWorkloadSavings(InferredWorkloadSaving... inferredWorkloadSavings)
An array of objects that describes the estimated monthly saving amounts for the instances running on the
specified
inferredWorkloadTypes. |
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationSummary.setInferredWorkloadSavings(Collection<InferredWorkloadSaving> inferredWorkloadSavings)
An array of objects that describes the estimated monthly saving amounts for the instances running on the
specified
inferredWorkloadTypes. |
RecommendationSummary |
RecommendationSummary.withInferredWorkloadSavings(Collection<InferredWorkloadSaving> inferredWorkloadSavings)
An array of objects that describes the estimated monthly saving amounts for the instances running on the
specified
inferredWorkloadTypes. |
Copyright © 2023. All rights reserved.