Uses of Class
software.amazon.awssdk.services.migrationhubconfig.model.Target
-
Packages that use Target Package Description software.amazon.awssdk.services.migrationhubconfig.model -
-
Uses of Target in software.amazon.awssdk.services.migrationhubconfig.model
Methods in software.amazon.awssdk.services.migrationhubconfig.model that return Target Modifier and Type Method Description TargetCreateHomeRegionControlRequest. target()The account for which this command sets up a home region control.TargetDescribeHomeRegionControlsRequest. target()The target parameter specifies the identifier to which the home region is applied, which is always of typeACCOUNT.TargetHomeRegionControl. target()The target parameter specifies the identifier to which the home region is applied, which is always anACCOUNT.Methods in software.amazon.awssdk.services.migrationhubconfig.model with parameters of type Target Modifier and Type Method Description CreateHomeRegionControlRequest.BuilderCreateHomeRegionControlRequest.Builder. target(Target target)The account for which this command sets up a home region control.DescribeHomeRegionControlsRequest.BuilderDescribeHomeRegionControlsRequest.Builder. target(Target target)The target parameter specifies the identifier to which the home region is applied, which is always of typeACCOUNT.HomeRegionControl.BuilderHomeRegionControl.Builder. target(Target target)The target parameter specifies the identifier to which the home region is applied, which is always anACCOUNT.
-