Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.Strategy
-
Packages that use Strategy Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of Strategy in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return Strategy Modifier and Type Method Description static StrategyStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StrategyRecommendationSet. strategy()The recommended strategy.StrategyStrategyOption. strategy()Type of transformation.StrategyStrategySummary. strategy()The name of recommended strategy.static StrategyStrategy. 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.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type Strategy Modifier and Type Method Description static Set<Strategy>Strategy. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type Strategy Modifier and Type Method Description RecommendationSet.BuilderRecommendationSet.Builder. strategy(Strategy strategy)The recommended strategy.StrategyOption.BuilderStrategyOption.Builder. strategy(Strategy strategy)Type of transformation.StrategySummary.BuilderStrategySummary.Builder. strategy(Strategy strategy)The name of recommended strategy.
-