Uses of Class
software.amazon.awssdk.services.migrationhubconfig.model.DeleteHomeRegionControlResponse
-
Packages that use DeleteHomeRegionControlResponse 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 DeleteHomeRegionControlResponse in software.amazon.awssdk.services.migrationhubconfig
Methods in software.amazon.awssdk.services.migrationhubconfig that return DeleteHomeRegionControlResponse Modifier and Type Method Description default DeleteHomeRegionControlResponseMigrationHubConfigClient. deleteHomeRegionControl(Consumer<DeleteHomeRegionControlRequest.Builder> deleteHomeRegionControlRequest)This operation deletes the home region configuration for the calling account.default DeleteHomeRegionControlResponseMigrationHubConfigClient. deleteHomeRegionControl(DeleteHomeRegionControlRequest deleteHomeRegionControlRequest)This operation deletes the home region configuration for the calling account.Methods in software.amazon.awssdk.services.migrationhubconfig that return types with arguments of type DeleteHomeRegionControlResponse Modifier and Type Method Description default CompletableFuture<DeleteHomeRegionControlResponse>MigrationHubConfigAsyncClient. deleteHomeRegionControl(Consumer<DeleteHomeRegionControlRequest.Builder> deleteHomeRegionControlRequest)This operation deletes the home region configuration for the calling account.default CompletableFuture<DeleteHomeRegionControlResponse>MigrationHubConfigAsyncClient. deleteHomeRegionControl(DeleteHomeRegionControlRequest deleteHomeRegionControlRequest)This operation deletes the home region configuration for the calling account.
-