Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.StrategyRecommendation
-
Packages that use StrategyRecommendation Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of StrategyRecommendation in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return StrategyRecommendation Modifier and Type Method Description static StrategyRecommendationStrategyRecommendation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StrategyRecommendationApplicationComponentStrategy. status()The recommendation status of a strategy for an application component.StrategyRecommendationServerStrategy. status()The recommendation status of the strategy for the server.static StrategyRecommendationStrategyRecommendation. valueOf(String name)Returns the enum constant of this type with the specified name.static StrategyRecommendation[]StrategyRecommendation. 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 StrategyRecommendation Modifier and Type Method Description static Set<StrategyRecommendation>StrategyRecommendation. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type StrategyRecommendation Modifier and Type Method Description ApplicationComponentStrategy.BuilderApplicationComponentStrategy.Builder. status(StrategyRecommendation status)The recommendation status of a strategy for an application component.ServerStrategy.BuilderServerStrategy.Builder. status(StrategyRecommendation status)The recommendation status of the strategy for the server.
-