Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.StrategySummary.Builder
-
Packages that use StrategySummary.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of StrategySummary.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return StrategySummary.Builder Modifier and Type Method Description static StrategySummary.BuilderStrategySummary. builder()StrategySummary.BuilderStrategySummary.Builder. count(Integer count)The count of recommendations per strategy.StrategySummary.BuilderStrategySummary.Builder. strategy(String strategy)The name of recommended strategy.StrategySummary.BuilderStrategySummary.Builder. strategy(Strategy strategy)The name of recommended strategy.StrategySummary.BuilderStrategySummary. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type StrategySummary.Builder Modifier and Type Method Description static Class<? extends StrategySummary.Builder>StrategySummary. serializableBuilderClass()
-