Uses of Class
software.amazon.awssdk.services.migrationhubconfig.model.GetHomeRegionResponse
-
Packages that use GetHomeRegionResponse 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 GetHomeRegionResponse in software.amazon.awssdk.services.migrationhubconfig
Methods in software.amazon.awssdk.services.migrationhubconfig that return GetHomeRegionResponse Modifier and Type Method Description default GetHomeRegionResponseMigrationHubConfigClient. getHomeRegion(Consumer<GetHomeRegionRequest.Builder> getHomeRegionRequest)Returns the calling account’s home region, if configured.default GetHomeRegionResponseMigrationHubConfigClient. getHomeRegion(GetHomeRegionRequest getHomeRegionRequest)Returns the calling account’s home region, if configured.Methods in software.amazon.awssdk.services.migrationhubconfig that return types with arguments of type GetHomeRegionResponse Modifier and Type Method Description default CompletableFuture<GetHomeRegionResponse>MigrationHubConfigAsyncClient. getHomeRegion(Consumer<GetHomeRegionRequest.Builder> getHomeRegionRequest)Returns the calling account’s home region, if configured.default CompletableFuture<GetHomeRegionResponse>MigrationHubConfigAsyncClient. getHomeRegion(GetHomeRegionRequest getHomeRegionRequest)Returns the calling account’s home region, if configured.
-