| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static InferredWorkloadType |
InferredWorkloadType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InferredWorkloadType |
InferredWorkloadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferredWorkloadType[] |
InferredWorkloadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<InferredWorkloadType> |
AutoScalingGroupRecommendation.inferredWorkloadTypes()
The applications that might be running on the instances in the Auto Scaling group as inferred by Compute
Optimizer.
|
List<InferredWorkloadType> |
InstanceRecommendation.inferredWorkloadTypes()
The applications that might be running on the instance as inferred by Compute Optimizer.
|
List<InferredWorkloadType> |
InferredWorkloadSaving.inferredWorkloadTypes()
The applications that might be running on the instance as inferred by Compute Optimizer.
|
static Set<InferredWorkloadType> |
InferredWorkloadType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupRecommendation.Builder |
AutoScalingGroupRecommendation.Builder.inferredWorkloadTypes(InferredWorkloadType... inferredWorkloadTypes)
The applications that might be running on the instances in the Auto Scaling group as inferred by Compute
Optimizer.
|
InstanceRecommendation.Builder |
InstanceRecommendation.Builder.inferredWorkloadTypes(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.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupRecommendation.Builder |
AutoScalingGroupRecommendation.Builder.inferredWorkloadTypes(Collection<InferredWorkloadType> inferredWorkloadTypes)
The applications that might be running on the instances in the Auto Scaling group as inferred by Compute
Optimizer.
|
InstanceRecommendation.Builder |
InstanceRecommendation.Builder.inferredWorkloadTypes(Collection<InferredWorkloadType> inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
InferredWorkloadSaving.Builder |
InferredWorkloadSaving.Builder.inferredWorkloadTypes(Collection<InferredWorkloadType> inferredWorkloadTypes)
The applications that might be running on the instance as inferred by Compute Optimizer.
|
Copyright © 2023. All rights reserved.