| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static Strategy |
Strategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Strategy |
RecommendationSet.strategy()
The recommended strategy.
|
Strategy |
StrategySummary.strategy()
The name of recommended strategy.
|
Strategy |
StrategyOption.strategy()
Type of transformation.
|
static Strategy |
Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strategy[] |
Strategy.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<Strategy> |
Strategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationSet.Builder |
RecommendationSet.Builder.strategy(Strategy strategy)
The recommended strategy.
|
StrategySummary.Builder |
StrategySummary.Builder.strategy(Strategy strategy)
The name of recommended strategy.
|
StrategyOption.Builder |
StrategyOption.Builder.strategy(Strategy strategy)
Type of transformation.
|
Copyright © 2023. All rights reserved.