| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static InferredWorkloadSaving.Builder |
InferredWorkloadSaving.builder() |
default InferredWorkloadSaving.Builder |
InferredWorkloadSaving.Builder.estimatedMonthlySavings(Consumer<EstimatedMonthlySavings.Builder> estimatedMonthlySavings)
An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer
recommendations for a given resource.
|
InferredWorkloadSaving.Builder |
InferredWorkloadSaving.Builder.estimatedMonthlySavings(EstimatedMonthlySavings estimatedMonthlySavings)
An object that describes the estimated monthly savings amount possible by adopting Compute Optimizer
recommendations for a given resource.
|
InferredWorkloadSaving.Builder |
InferredWorkloadSaving.Builder.inferredWorkloadTypes(Collection<InferredWorkloadType> inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InferredWorkloadSaving.Builder |
InferredWorkloadSaving.Builder.inferredWorkloadTypes(InferredWorkloadType... inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InferredWorkloadSaving.Builder |
InferredWorkloadSaving.Builder.inferredWorkloadTypesWithStrings(Collection<String> inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InferredWorkloadSaving.Builder |
InferredWorkloadSaving.Builder.inferredWorkloadTypesWithStrings(String... inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InferredWorkloadSaving.Builder |
InferredWorkloadSaving.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InferredWorkloadSaving.Builder> |
InferredWorkloadSaving.serializableBuilderClass() |
Copyright © 2023. All rights reserved.