| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
Finding |
AutoScalingGroupRecommendation.finding()
The finding classification of the Auto Scaling group.
|
Finding |
InstanceRecommendation.finding()
The finding classification of the instance.
|
static Finding |
Finding.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Finding |
Summary.name()
The finding classification of the recommendation.
|
static Finding |
Finding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Finding[] |
Finding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Finding> |
Finding.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupRecommendation.Builder |
AutoScalingGroupRecommendation.Builder.finding(Finding finding)
The finding classification of the Auto Scaling group.
|
InstanceRecommendation.Builder |
InstanceRecommendation.Builder.finding(Finding finding)
The finding classification of the instance.
|
Summary.Builder |
Summary.Builder.name(Finding name)
The finding classification of the recommendation.
|
Copyright © 2023. All rights reserved.