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(String... 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.toBuilder() |
|