Uses of Class
software.amazon.awssdk.services.migrationhubconfig.model.HomeRegionControl
-
Packages that use HomeRegionControl Package Description software.amazon.awssdk.services.migrationhubconfig.model -
-
Uses of HomeRegionControl in software.amazon.awssdk.services.migrationhubconfig.model
Methods in software.amazon.awssdk.services.migrationhubconfig.model that return HomeRegionControl Modifier and Type Method Description HomeRegionControlCreateHomeRegionControlResponse. homeRegionControl()This object is theHomeRegionControlobject that's returned by a successful call toCreateHomeRegionControl.Methods in software.amazon.awssdk.services.migrationhubconfig.model that return types with arguments of type HomeRegionControl Modifier and Type Method Description List<HomeRegionControl>DescribeHomeRegionControlsResponse. homeRegionControls()An array that contains yourHomeRegionControlobjects.Methods in software.amazon.awssdk.services.migrationhubconfig.model with parameters of type HomeRegionControl Modifier and Type Method Description CreateHomeRegionControlResponse.BuilderCreateHomeRegionControlResponse.Builder. homeRegionControl(HomeRegionControl homeRegionControl)This object is theHomeRegionControlobject that's returned by a successful call toCreateHomeRegionControl.DescribeHomeRegionControlsResponse.BuilderDescribeHomeRegionControlsResponse.Builder. homeRegionControls(HomeRegionControl... homeRegionControls)An array that contains yourHomeRegionControlobjects.Method parameters in software.amazon.awssdk.services.migrationhubconfig.model with type arguments of type HomeRegionControl Modifier and Type Method Description DescribeHomeRegionControlsResponse.BuilderDescribeHomeRegionControlsResponse.Builder. homeRegionControls(Collection<HomeRegionControl> homeRegionControls)An array that contains yourHomeRegionControlobjects.
-