Uses of Class
software.amazon.awssdk.services.migrationhubconfig.model.CreateHomeRegionControlResponse
-
Packages that use CreateHomeRegionControlResponse Package Description software.amazon.awssdk.services.migrationhubconfig The AWS Migration Hub home region APIs are available specifically for working with your Migration Hub home region. -
-
Uses of CreateHomeRegionControlResponse in software.amazon.awssdk.services.migrationhubconfig
Methods in software.amazon.awssdk.services.migrationhubconfig that return CreateHomeRegionControlResponse Modifier and Type Method Description default CreateHomeRegionControlResponseMigrationHubConfigClient. createHomeRegionControl(Consumer<CreateHomeRegionControlRequest.Builder> createHomeRegionControlRequest)This API sets up the home region for the calling account only.default CreateHomeRegionControlResponseMigrationHubConfigClient. createHomeRegionControl(CreateHomeRegionControlRequest createHomeRegionControlRequest)This API sets up the home region for the calling account only.Methods in software.amazon.awssdk.services.migrationhubconfig that return types with arguments of type CreateHomeRegionControlResponse Modifier and Type Method Description default CompletableFuture<CreateHomeRegionControlResponse>MigrationHubConfigAsyncClient. createHomeRegionControl(Consumer<CreateHomeRegionControlRequest.Builder> createHomeRegionControlRequest)This API sets up the home region for the calling account only.default CompletableFuture<CreateHomeRegionControlResponse>MigrationHubConfigAsyncClient. createHomeRegionControl(CreateHomeRegionControlRequest createHomeRegionControlRequest)This API sets up the home region for the calling account only.
-