Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.GetApplicationComponentStrategiesResponse.Builder
-
Packages that use GetApplicationComponentStrategiesResponse.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of GetApplicationComponentStrategiesResponse.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return GetApplicationComponentStrategiesResponse.Builder Modifier and Type Method Description GetApplicationComponentStrategiesResponse.BuilderGetApplicationComponentStrategiesResponse.Builder. applicationComponentStrategies(Collection<ApplicationComponentStrategy> applicationComponentStrategies)A list of application component strategy recommendations.GetApplicationComponentStrategiesResponse.BuilderGetApplicationComponentStrategiesResponse.Builder. applicationComponentStrategies(Consumer<ApplicationComponentStrategy.Builder>... applicationComponentStrategies)A list of application component strategy recommendations.GetApplicationComponentStrategiesResponse.BuilderGetApplicationComponentStrategiesResponse.Builder. applicationComponentStrategies(ApplicationComponentStrategy... applicationComponentStrategies)A list of application component strategy recommendations.static GetApplicationComponentStrategiesResponse.BuilderGetApplicationComponentStrategiesResponse. builder()GetApplicationComponentStrategiesResponse.BuilderGetApplicationComponentStrategiesResponse. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type GetApplicationComponentStrategiesResponse.Builder Modifier and Type Method Description static Class<? extends GetApplicationComponentStrategiesResponse.Builder>GetApplicationComponentStrategiesResponse. serializableBuilderClass()
-