| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationEffort |
MigrationEffort.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MigrationEffort |
InstanceRecommendationOption.migrationEffort()
The level of effort required to migrate from the current instance type to the recommended instance type.
|
MigrationEffort |
AutoScalingGroupRecommendationOption.migrationEffort()
The level of effort required to migrate from the current instance type to the recommended instance type.
|
static MigrationEffort |
MigrationEffort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationEffort[] |
MigrationEffort.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<MigrationEffort> |
MigrationEffort.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceRecommendationOption.Builder |
InstanceRecommendationOption.Builder.migrationEffort(MigrationEffort migrationEffort)
The level of effort required to migrate from the current instance type to the recommended instance type.
|
AutoScalingGroupRecommendationOption.Builder |
AutoScalingGroupRecommendationOption.Builder.migrationEffort(MigrationEffort migrationEffort)
The level of effort required to migrate from the current instance type to the recommended instance type.
|
Copyright © 2023. All rights reserved.