Uses of Class
software.amazon.awssdk.services.migrationhubconfig.model.DeleteHomeRegionControlRequest
-
Packages that use DeleteHomeRegionControlRequest 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.software.amazon.awssdk.services.migrationhubconfig.transform -
-
Uses of DeleteHomeRegionControlRequest in software.amazon.awssdk.services.migrationhubconfig
Methods in software.amazon.awssdk.services.migrationhubconfig with parameters of type DeleteHomeRegionControlRequest Modifier and Type Method Description default CompletableFuture<DeleteHomeRegionControlResponse>MigrationHubConfigAsyncClient. deleteHomeRegionControl(DeleteHomeRegionControlRequest 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. -
Uses of DeleteHomeRegionControlRequest in software.amazon.awssdk.services.migrationhubconfig.transform
Methods in software.amazon.awssdk.services.migrationhubconfig.transform with parameters of type DeleteHomeRegionControlRequest Modifier and Type Method Description SdkHttpFullRequestDeleteHomeRegionControlRequestMarshaller. marshall(DeleteHomeRegionControlRequest deleteHomeRegionControlRequest)
-